#CAF597

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

Shades of Reef #CAF597

Tints of Reef #CAF597

Color information

#CAF597 (or 0xCAF597) is unknown color: approx Reef. HEX triplet: CA, F5 and 97. RGB value is (202,245,151). Sum of RGB (Red+Green+Blue) = 202+245+151=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF597 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF597 is #350A68. Grayscale: #DDDDDD. Windows color (decimal): -3476073 or 9958858. OLE color: 9958858.

HSL color Cylindrical-coordinate representation of color #CAF597: hue angle of 87.45º degrees, saturation: 0.82, 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 #CAF597 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB202245151-
CMYK0.1800.380.04
HSL87.45º82.46%77.65%-
HSV(B)87.45º38.37%96.08%-
XYZ62.680.141.44-
YUV221.4388.25114.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 245 (96.09% from 255) = 40.97%
BLUE value IS 151 (59.38% from 255) = 25.25%
R=33.78%
G=40.97%
B=25.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022451510.1800.380.0487.4582.4677.65
HexCAF59712026457524e
Octal312365227220464127122116
Binary110010101111010110010111100100100110100101011110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF597; }

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

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

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

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

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

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

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

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