#CAF196

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

Shades of Reef #CAF196

Tints of Reef #CAF196

Color information

#CAF196 (or 0xCAF196) is unknown color: approx Reef. HEX triplet: CA, F1 and 96. RGB value is (202,241,150). Sum of RGB (Red+Green+Blue) = 202+241+150=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF196 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF196 is #350E69. Grayscale: #DBDBDB. Windows color (decimal): -3477098 or 9892298. OLE color: 9892298.

HSL color Cylindrical-coordinate representation of color #CAF196: hue angle of 85.71º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAF196 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB202241150-
CMYK0.1600.380.05
HSL85.71º76.47%76.67%-
HSV(B)85.71º37.76%94.51%-
XYZ61.3277.6740.61-
YUV218.9689.08115.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 241 (94.53% from 255) = 40.64%
BLUE value IS 150 (58.98% from 255) = 25.30%
R=34.06%
G=40.64%
B=25.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411500.1600.380.0585.7176.4776.67
HexCAF196100265564c4d
Octal312361226200465126114115
Binary110010101111000110010110100000100110101101011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF196; }

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

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

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

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

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

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

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

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