#CFE19F

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

Shades of Reef #CFE19F

Tints of Reef #CFE19F

Color information

#CFE19F (or 0xCFE19F) is unknown color: approx Reef. HEX triplet: CF, E1 and 9F. RGB value is (207,225,159). Sum of RGB (Red+Green+Blue) = 207+225+159=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE19F is #301E60. Grayscale: #D4D4D4. Windows color (decimal): -3153505 or 10478031. OLE color: 10478031.

HSL color Cylindrical-coordinate representation of color #CFE19F: hue angle of 76.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFE19F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB207225159-
CMYK0.0800.290.12
HSL76.36º52.38%75.29%-
HSV(B)76.36º29.33%88.24%-
XYZ58.9269.6243.13-
YUV212.0998.04124.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 225 (88.28% from 255) = 38.07%
BLUE value IS 159 (62.5% from 255) = 26.90%
R=35.03%
G=38.07%
B=26.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251590.0800.290.1276.3652.3875.29
HexCFE19F801DC4c344b
Octal317341237100351411464113
Binary1100111111100001100111111000011101110010011001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE19F; }

 p { color: rgb(207,225,159); }

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

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

 a { background-color: rgb(207,225,159); }

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

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

 span { border-color: rgb(207,225,159); }

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