COLOR #CFF07B

HEX: #CFF07B
RGB: (207,240,123)

Color info

#CFF07B contains mainly red and green colors. Web safe color of #CFF07B is #CCFF66 (or #CF6).

RGB color model

#CFF07B color RGB value is (207,240,123).

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

RGB channels and saturation

R 207 of 255 = 81%
G 240 of 255 = 94%
B 123 of 255 = 48%

207
240
123

R + G + B ~ 74%. #CFF07B is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 240 + 123 = 570 (100%)
R 207 of 570 ~ 36.32%
G 240 of 570 ~ 42.11%
B 123 of 570 ~ 21.58%

%36.32
%42.11
%21.58

CMYK color model

#CFF07B color CMYK value is (14,0,49,6).

  • cyan value is 13.75%
  • magenta value is 0.00%
  • yellow value is 48.75%
  • key color value is 5.88%
CMYK:
(14,0,49,6)
C14M0Y49K6 
(14%,0%,49%,6%)
(0.14/0.00/0.49/0.06)	

CMYK percentages

%13.75
%0
%48.75
%5.88

Codes

Color #CFF07B in popluar color models

CFF07B
RGB207240123
HSL77°79.59%71.18%
HSB/HSV77°48.75%94.12%
CMYK13.75%0.00%48.75%
5.88%

Color #CFF07B in popluar number systems.

HEXCFF07B
Decimal207240123
Binary11001111111100001111011
Octal317360173

Shades and tints

Shades of #CFF07B

#CFF07B
(207,240,123)
#BDDB70
(189,219,112)
#ABC665
(171,198,101)
#99B15A
(153,177,90)
#879C4F
(135,156,79)
#758744
(117,135,68)
#637239
(99,114,57)
#515D2E
(81,93,46)
#3F4823
(63,72,35)
#2D3318
(45,51,24)
#1B1E0D
(27,30,13)
#000000
(0,0,0)

Tints of #CFF07B

#CFF07B
(207,240,123)
#D3F187
(211,241,135)
#D7F293
(215,242,147)
#DBF39F
(219,243,159)
#DFF4AB
(223,244,171)
#E3F5B7
(227,245,183)
#E7F6C3
(231,246,195)
#EBF7CF
(235,247,207)
#EFF8DB
(239,248,219)
#F3F9E7
(243,249,231)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFF07B; }

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

This text font color is #CFF07B.


Background Color

.myBgColor { background-color: #CFF07B; }

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

This div background color is #CFF07B.


Border color

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

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

This div border color is #CFF07B.


Opacity

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

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

Text with #CFF07B 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 #CFF07B;}

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

This text has shadow with #CFF07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFF07B on black background.


Color preview on white background

This text has color #CFF07B on white background.



Black color preview on #CFF07B background

This text has black color on #CFF07B background.


White color preview on #CFF07B background

This text has white color on #CFF07B background.