#CFFF8E

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

Shades of Reef #CFFF8E

Tints of Reef #CFFF8E

Color information

#CFFF8E (or 0xCFFF8E) is unknown color: approx Reef. HEX triplet: CF, FF and 8E. RGB value is (207,255,142). Sum of RGB (Red+Green+Blue) = 207+255+142=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 142 (55.86% from 255 or 23.51% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF8E is #300071. Grayscale: #E4E4E4. Windows color (decimal): -3145842 or 9371599. OLE color: 9371599.

HSL color Cylindrical-coordinate representation of color #CFFF8E: hue angle of 85.49º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFFF8E is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB207255142-
CMYK0.1900.440
HSL85.49º100%77.84%-
HSV(B)85.49º44.31%100%-
XYZ66.3786.7438.84-
YUV227.7779.6113.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 142 (55.86% from 255) = 23.51%
R=34.27%
G=42.22%
B=23.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551420.1900.44085.4910077.84
HexCFFF8E1302C055644e
Octal317377216230540125144116
Binary1100111111111111100011101001101011000101010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFF8E; }

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

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

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

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

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

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

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

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