#CAF794

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

Shades of Reef #CAF794

Tints of Reef #CAF794

Color information

#CAF794 (or 0xCAF794) is unknown color: approx Reef. HEX triplet: CA, F7 and 94. RGB value is (202,247,148). Sum of RGB (Red+Green+Blue) = 202+247+148=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF794 is #35086B. Grayscale: #DEDEDE. Windows color (decimal): -3475564 or 9762762. OLE color: 9762762.

HSL color Cylindrical-coordinate representation of color #CAF794: hue angle of 87.27º 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 #CAF794 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB202247148-
CMYK0.1800.400.03
HSL87.27º86.09%77.45%-
HSV(B)87.27º40.08%96.86%-
XYZ62.9681.2240.37-
YUV222.2686.09113.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 247 (96.88% from 255) = 41.37%
BLUE value IS 148 (58.20% from 255) = 24.79%
R=33.84%
G=41.37%
B=24.79%

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
Decimal2022471480.1800.400.0387.2786.0977.45
HexCAF79412028357564d
Octal312367224220503127126115
Binary11001010111101111001010010010010100011101011110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF794; }

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

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

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

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

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

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

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

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