#CAF798

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

Shades of Reef #CAF798

Tints of Reef #CAF798

Color information

#CAF798 (or 0xCAF798) is unknown color: approx Reef. HEX triplet: CA, F7 and 98. RGB value is (202,247,152). Sum of RGB (Red+Green+Blue) = 202+247+152=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 152 (59.77% from 255 or 25.29% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF798 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF798 is #350867. Grayscale: #DFDFDF. Windows color (decimal): -3475560 or 10024906. OLE color: 10024906.

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

Color convert

RGB202247152-
CMYK0.1800.380.03
HSL88.42º85.59%78.24%-
HSV(B)88.42º38.46%96.86%-
XYZ63.2981.3542.07-
YUV222.7288.09113.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 247 (96.88% from 255) = 41.10%
BLUE value IS 152 (59.77% from 255) = 25.29%
R=33.61%
G=41.10%
B=25.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471520.1800.380.0388.4285.5978.24
HexCAF79812026358564e
Octal312367230220463130126116
Binary11001010111101111001100010010010011011101100010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF798; }

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

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

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

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

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

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

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

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