#CAF793

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

Shades of Reef #CAF793

Tints of Reef #CAF793

Color information

#CAF793 (or 0xCAF793) is unknown color: approx Reef. HEX triplet: CA, F7 and 93. RGB value is (202,247,147). Sum of RGB (Red+Green+Blue) = 202+247+147=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF793 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF793 is #35086C. Grayscale: #DEDEDE. Windows color (decimal): -3475565 or 9697226. OLE color: 9697226.

HSL color Cylindrical-coordinate representation of color #CAF793: hue angle of 87º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF793 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB202247147-
CMYK0.1800.400.03
HSL87º86.21%77.25%-
HSV(B)87º40.49%96.86%-
XYZ62.8881.1839.96-
YUV222.1485.59113.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 247 (96.88% from 255) = 41.44%
BLUE value IS 147 (57.81% from 255) = 24.66%
R=33.89%
G=41.44%
B=24.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471470.1800.400.038786.2177.25
HexCAF79312028357564d
Octal312367223220503127126115
Binary11001010111101111001001110010010100011101011110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF793; }

 p { color: rgb(202,247,147); }

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

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

 a { background-color: rgb(202,247,147); }

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

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

 span { border-color: rgb(202,247,147); }

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