#CAF697

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

Shades of Reef #CAF697

Tints of Reef #CAF697

Color information

#CAF697 (or 0xCAF697) is unknown color: approx Reef. HEX triplet: CA, F6 and 97. RGB value is (202,246,151). Sum of RGB (Red+Green+Blue) = 202+246+151=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 246 (96.48% from 255 or 41.07% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF697 is #350968. Grayscale: #DEDEDE. Windows color (decimal): -3475817 or 9959114. OLE color: 9959114.

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

Color convert

RGB202246151-
CMYK0.1800.390.04
HSL87.79º84.07%77.84%-
HSV(B)87.79º38.62%96.47%-
XYZ62.980.741.54-
YUV222.0187.92113.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 246 (96.48% from 255) = 41.07%
BLUE value IS 151 (59.38% from 255) = 25.21%
R=33.72%
G=41.07%
B=25.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022461510.1800.390.0487.7984.0777.84
HexCAF69712027458544e
Octal312366227220474130124116
Binary110010101111011010010111100100100111100101100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF697; }

 p { color: rgb(202,246,151); }

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

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

 a { background-color: rgb(202,246,151); }

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

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

 span { border-color: rgb(202,246,151); }

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