#CAFA99

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

Shades of Reef #CAFA99

Tints of Reef #CAFA99

Color information

#CAFA99 (or 0xCAFA99) is unknown color: approx Reef. HEX triplet: CA, FA and 99. RGB value is (202,250,153). Sum of RGB (Red+Green+Blue) = 202+250+153=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA99 is #350566. Grayscale: #E0E0E0. Windows color (decimal): -3474791 or 10091210. OLE color: 10091210.

HSL color Cylindrical-coordinate representation of color #CAFA99: hue angle of 89.69º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAFA99 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB202250153-
CMYK0.1900.390.02
HSL89.69º90.65%79.02%-
HSV(B)89.69º38.8%98.04%-
XYZ64.2983.2342.81-
YUV224.5987.6111.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 153 (60.16% from 255) = 25.29%
R=33.39%
G=41.32%
B=25.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501530.1900.390.0289.6990.6579.02
HexCAFA991302725a5b4f
Octal312372231230472132133117
Binary11001010111110101001100110011010011110101101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFA99; }

 p { color: rgb(202,250,153); }

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

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

 a { background-color: rgb(202,250,153); }

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

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

 span { border-color: rgb(202,250,153); }

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