#CFF29E

Color #CFF29E Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CFF29E

Tints of Reef #CFF29E

Color information

#CFF29E (or 0xCFF29E) is unknown color: approx Reef. HEX triplet: CF, F2 and 9E. RGB value is (207,242,158). Sum of RGB (Red+Green+Blue) = 207+242+158=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF29E is #300D61. Grayscale: #DEDEDE. Windows color (decimal): -3149154 or 10416847. OLE color: 10416847.

HSL color Cylindrical-coordinate representation of color #CFF29E: hue angle of 85º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFF29E is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB207242158-
CMYK0.1400.350.05
HSL85º76.36%78.43%-
HSV(B)85º34.71%94.9%-
XYZ63.6679.2444.29-
YUV221.9691.9117.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 242 (94.92% from 255) = 39.87%
BLUE value IS 158 (62.11% from 255) = 26.03%
R=34.10%
G=39.87%
B=26.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072421580.1400.350.058576.3678.43
HexCFF29EE0235554c4e
Octal317362236160435125114116
Binary11001111111100101001111011100100011101101010110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF29E; }

 p { color: rgb(207,242,158); }

 H1.HeaderClassName
 {
   color: #CFF29E;
 }
 .AnyTagClassName
 {
   color: #CFF29E;
 }
</style>
background-color css

<style>
 a { background-color: #CFF29E; }

 a { background-color: rgb(207,242,158); }

 div.DivClassName
 {
   background-color: #CFF29E;
 }
 .BgClassName
 {
   background-color: #CFF29E;
 }
</style>
border-color css

<style>
 span { border-color: #CFF29E; }

 span { border-color: rgb(207,242,158); }

 td.TdClassName
 {
   border-color: #CFF29E;
 }
 .TagClassName
 {
   border-color: #CFF29E;
 }
</style>