#CAF096

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

Shades of Reef #CAF096

Tints of Reef #CAF096

Color information

#CAF096 (or 0xCAF096) is unknown color: approx Reef. HEX triplet: CA, F0 and 96. RGB value is (202,240,150). Sum of RGB (Red+Green+Blue) = 202+240+150=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF096 is #350F69. Grayscale: #DADADA. Windows color (decimal): -3477354 or 9892042. OLE color: 9892042.

HSL color Cylindrical-coordinate representation of color #CAF096: hue angle of 85.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAF096 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB202240150-
CMYK0.1600.370.06
HSL85.33º75%76.47%-
HSV(B)85.33º37.5%94.12%-
XYZ61.0277.0840.52-
YUV218.3889.41116.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 240 (94.14% from 255) = 40.54%
BLUE value IS 150 (58.98% from 255) = 25.34%
R=34.12%
G=40.54%
B=25.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401500.1600.370.0685.337576.47
HexCAF096100256554b4c
Octal312360226200456125113114
Binary110010101111000010010110100000100101110101010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF096; }

 p { color: rgb(202,240,150); }

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

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

 a { background-color: rgb(202,240,150); }

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

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

 span { border-color: rgb(202,240,150); }

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