#CAF499

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

Shades of Reef #CAF499

Tints of Reef #CAF499

Color information

#CAF499 (or 0xCAF499) is unknown color: approx Reef. HEX triplet: CA, F4 and 99. RGB value is (202,244,153). Sum of RGB (Red+Green+Blue) = 202+244+153=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF499 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF499 is #350B66. Grayscale: #DDDDDD. Windows color (decimal): -3476327 or 10089674. OLE color: 10089674.

HSL color Cylindrical-coordinate representation of color #CAF499: hue angle of 87.69º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAF499 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB202244153-
CMYK0.1700.370.04
HSL87.69º80.53%77.84%-
HSV(B)87.69º37.3%95.69%-
XYZ62.4679.5642.2-
YUV221.0789.59114.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 244 (95.70% from 255) = 40.73%
BLUE value IS 153 (60.16% from 255) = 25.54%
R=33.72%
G=40.73%
B=25.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441530.1700.370.0487.6980.5377.84
HexCAF49911025458514e
Octal312364231210454130121116
Binary110010101111010010011001100010100101100101100010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF499; }

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

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

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

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

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

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

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

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