#CAF498

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

Shades of Reef #CAF498

Tints of Reef #CAF498

Color information

#CAF498 (or 0xCAF498) is unknown color: approx Reef. HEX triplet: CA, F4 and 98. RGB value is (202,244,152). Sum of RGB (Red+Green+Blue) = 202+244+152=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF498 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF498 is #350B67. Grayscale: #DDDDDD. Windows color (decimal): -3476328 or 10024138. OLE color: 10024138.

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

Color convert

RGB202244152-
CMYK0.1700.380.04
HSL87.39º80.7%77.65%-
HSV(B)87.39º37.7%95.69%-
XYZ62.3879.5241.77-
YUV220.9589.09114.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 244 (95.70% from 255) = 40.80%
BLUE value IS 152 (59.77% from 255) = 25.42%
R=33.78%
G=40.80%
B=25.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441520.1700.380.0487.3980.777.65
HexCAF49811026457514e
Octal312364230210464127121116
Binary110010101111010010011000100010100110100101011110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF498; }

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

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

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

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

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

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

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

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