#CAFB97

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

Shades of Reef #CAFB97

Tints of Reef #CAFB97

Color information

#CAFB97 (or 0xCAFB97) is unknown color: approx Reef. HEX triplet: CA, FB and 97. RGB value is (202,251,151). Sum of RGB (Red+Green+Blue) = 202+251+151=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 151 (59.38% from 255 or 25% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFB97 is #350468. Grayscale: #E1E1E1. Windows color (decimal): -3474537 or 9960394. OLE color: 9960394.

HSL color Cylindrical-coordinate representation of color #CAFB97: hue angle of 89.4º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAFB97 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB202251151-
CMYK0.2000.400.02
HSL89.4º92.59%78.82%-
HSV(B)89.4º39.84%98.43%-
XYZ64.4483.7942.05-
YUV224.9586.27111.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 151 (59.38% from 255) = 25%
R=33.44%
G=41.56%
B=25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511510.2000.400.0289.492.5978.82
HexCAFB97140282595d4f
Octal312373227240502131135117
Binary11001010111110111001011110100010100010101100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFB97; }

 p { color: rgb(202,251,151); }

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

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

 a { background-color: rgb(202,251,151); }

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

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

 span { border-color: rgb(202,251,151); }

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