#CAF396

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

Shades of Reef #CAF396

Tints of Reef #CAF396

Color information

#CAF396 (or 0xCAF396) is unknown color: approx Reef. HEX triplet: CA, F3 and 96. RGB value is (202,243,150). Sum of RGB (Red+Green+Blue) = 202+243+150=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF396 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF396 is #350C69. Grayscale: #DCDCDC. Windows color (decimal): -3476586 or 9892810. OLE color: 9892810.

HSL color Cylindrical-coordinate representation of color #CAF396: hue angle of 86.45º degrees, saturation: 0.79, 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 #CAF396 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB202243150-
CMYK0.1700.380.05
HSL86.45º79.49%77.06%-
HSV(B)86.45º38.27%95.29%-
XYZ61.9178.8640.81-
YUV220.1488.42115.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 243 (95.31% from 255) = 40.84%
BLUE value IS 150 (58.98% from 255) = 25.21%
R=33.95%
G=40.84%
B=25.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431500.1700.380.0586.4579.4977.06
HexCAF396110265564f4d
Octal312363226210465126117115
Binary110010101111001110010110100010100110101101011010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF396; }

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

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

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

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

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

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

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

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