COLOR #CFF089

HEX: #CFF089
RGB: (207,240,137)

Color info

#CFF089 contains mainly red and green colors. Web safe color of #CFF089 is #CCFF99 (or #CF9).

RGB color model

#CFF089 color RGB value is (207,240,137).

  • red value is 207;
  • green value is 240;
  • blue value is 137.
RGB:
(207,240,137)
(81%,94%,54%)

RGB channels and saturation

R 207 of 255 = 81%
G 240 of 255 = 94%
B 137 of 255 = 54%

207
240
137

R + G + B ~ 76%. #CFF089 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 240 + 137 = 584 (100%)
R 207 of 584 ~ 35.45%
G 240 of 584 ~ 41.1%
B 137 of 584 ~ 23.46%

%35.45
%41.1
%23.46

CMYK color model

#CFF089 color CMYK value is (14,0,43,6).

  • cyan value is 13.75%
  • magenta value is 0.00%
  • yellow value is 42.92%
  • key color value is 5.88%
CMYK:
(14,0,43,6)
C14M0Y43K6 
(14%,0%,43%,6%)
(0.14/0.00/0.43/0.06)	

CMYK percentages

%13.75
%0
%42.92
%5.88

Codes

Color #CFF089 in popluar color models

CFF089
RGB207240137
HSL79°77.44%73.92%
HSB/HSV79°42.92%94.12%
CMYK13.75%0.00%42.92%
5.88%

Color #CFF089 in popluar number systems.

HEXCFF089
Decimal207240137
Binary110011111111000010001001
Octal317360211

Shades and tints

Shades of #CFF089

#CFF089
(207,240,137)
#BDDB7D
(189,219,125)
#ABC671
(171,198,113)
#99B165
(153,177,101)
#879C59
(135,156,89)
#75874D
(117,135,77)
#637241
(99,114,65)
#515D35
(81,93,53)
#3F4829
(63,72,41)
#2D331D
(45,51,29)
#1B1E11
(27,30,17)
#000000
(0,0,0)

Tints of #CFF089

#CFF089
(207,240,137)
#D3F193
(211,241,147)
#D7F29D
(215,242,157)
#DBF3A7
(219,243,167)
#DFF4B1
(223,244,177)
#E3F5BB
(227,245,187)
#E7F6C5
(231,246,197)
#EBF7CF
(235,247,207)
#EFF8D9
(239,248,217)
#F3F9E3
(243,249,227)
#F7FAED
(247,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFF089 color. Also use rgb(207,240,137) instead hex code.

Text Font Color

.myTextColor { color: #CFF089; }

<p style="color:#CFF089">This sample text font color is #CFF089.</p>

This text font color is #CFF089.


Background Color

.myBgColor { background-color: #CFF089; }

<div style="background-color:#CFF089">Inner text</div>

This div background color is #CFF089.


Border color

.myBorderColor { border: 1px solid #CFF089; }

<div style="border:3px solid #CFF089">Div</div>

This div border color is #CFF089.


Opacity

.myOpacity80 { color: #CFF089; opacity: 0.8; }

<p style="color:#CFF089;opacity:0.8;">80%</p>

Text with #CFF089 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CFF089;}

<p style="text-shadow: 3px 3px 1px #CFF089">Text here.</p>

This text has shadow with #CFF089 color.

.textShadow {text-shadow: 3px 3px 1px #CFF089, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CFF089, 5px 5px 20px red">Text here.</p>

This text has shadow with #CFF089 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CFF089, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CFF089, Direction=45, Strength=4)">Text</p>

This text has shadow with #CFF089 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CFF089;
  -webkit-box-shadow:	1px 1px 3px 2px #CFF089;
  box-shadow:		1px 1px 3px 2px #CFF089;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CFF089;
-webkit-box-shadow: 1px 1px 3px 2px #CFF089;
box-shadow:1px 1px 3px 2px #CFF089;">
Div content here</div>
This div box has shadow with color #CFF089.

Preview

Color preview on black background

This text has color #CFF089 on black background.


Color preview on white background

This text has color #CFF089 on white background.



Black color preview on #CFF089 background

This text has black color on #CFF089 background.


White color preview on #CFF089 background

This text has white color on #CFF089 background.