#CFE59D

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

Shades of Reef #CFE59D

Tints of Reef #CFE59D

Color information

#CFE59D (or 0xCFE59D) is unknown color: approx Reef. HEX triplet: CF, E5 and 9D. RGB value is (207,229,157). Sum of RGB (Red+Green+Blue) = 207+229+157=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE59D is #301A62. Grayscale: #D6D6D6. Windows color (decimal): -3152483 or 10347983. OLE color: 10347983.

HSL color Cylindrical-coordinate representation of color #CFE59D: hue angle of 78.33º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFE59D is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB207229157-
CMYK0.1000.310.10
HSL78.33º58.06%75.69%-
HSV(B)78.33º31.44%89.8%-
XYZ59.8471.7442.59-
YUV214.2195.71122.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 229 (89.84% from 255) = 38.62%
BLUE value IS 157 (61.72% from 255) = 26.48%
R=34.91%
G=38.62%
B=26.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072291570.1000.310.1078.3358.0675.69
HexCFE59DA01FA4e3a4c
Octal317345235120371211672114
Binary1100111111100101100111011010011111101010011101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE59D; }

 p { color: rgb(207,229,157); }

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

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

 a { background-color: rgb(207,229,157); }

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

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

 span { border-color: rgb(207,229,157); }

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