#CFFD8E

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

Shades of Reef #CFFD8E

Tints of Reef #CFFD8E

Color information

#CFFD8E (or 0xCFFD8E) is unknown color: approx Reef. HEX triplet: CF, FD and 8E. RGB value is (207,253,142). Sum of RGB (Red+Green+Blue) = 207+253+142=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFD8E is #300271. Grayscale: #E2E2E2. Windows color (decimal): -3146354 or 9371087. OLE color: 9371087.

HSL color Cylindrical-coordinate representation of color #CFFD8E: hue angle of 84.86º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFFD8E is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB207253142-
CMYK0.1800.440.01
HSL84.86º96.52%77.45%-
HSV(B)84.86º43.87%99.22%-
XYZ65.7485.4738.62-
YUV226.5980.26114.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 142 (55.86% from 255) = 23.59%
R=34.39%
G=42.03%
B=23.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072531420.1800.440.0184.8696.5277.45
HexCFFD8E1202C155614d
Octal317375216220541125141115
Binary1100111111111101100011101001001011001101010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFD8E; }

 p { color: rgb(207,253,142); }

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

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

 a { background-color: rgb(207,253,142); }

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

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

 span { border-color: rgb(207,253,142); }

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