#CFE59A

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

Shades of Reef #CFE59A

Tints of Reef #CFE59A

Color information

#CFE59A (or 0xCFE59A) is unknown color: approx Reef. HEX triplet: CF, E5 and 9A. RGB value is (207,229,154). Sum of RGB (Red+Green+Blue) = 207+229+154=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE59A is #301A65. Grayscale: #D6D6D6. Windows color (decimal): -3152486 or 10151375. OLE color: 10151375.

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

Color convert

RGB207229154-
CMYK0.1000.330.10
HSL77.6º59.06%75.1%-
HSV(B)77.6º32.75%89.8%-
XYZ59.5871.6441.26-
YUV213.8794.21123.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 229 (89.84% from 255) = 38.81%
BLUE value IS 154 (60.55% from 255) = 26.10%
R=35.08%
G=38.81%
B=26.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072291540.1000.330.1077.659.0675.1
HexCFE59AA021A4e3b4b
Octal317345232120411211673113
Binary11001111111001011001101010100100001101010011101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE59A; }

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

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

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

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

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

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

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

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