#CAF891

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

Shades of Reef #CAF891

Tints of Reef #CAF891

Color information

#CAF891 (or 0xCAF891) is unknown color: approx Reef. HEX triplet: CA, F8 and 91. RGB value is (202,248,145). Sum of RGB (Red+Green+Blue) = 202+248+145=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF891 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF891 is #35076E. Grayscale: #DEDEDE. Windows color (decimal): -3475311 or 9566410. OLE color: 9566410.

HSL color Cylindrical-coordinate representation of color #CAF891: hue angle of 86.8º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAF891 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB202248145-
CMYK0.1900.420.03
HSL86.8º88.03%77.06%-
HSV(B)86.8º41.53%97.25%-
XYZ63.0481.7439.24-
YUV222.584.26113.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 145 (57.03% from 255) = 24.37%
R=33.95%
G=41.68%
B=24.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022481450.1900.420.0386.888.0377.06
HexCAF8911302A357584d
Octal312370221230523127130115
Binary11001010111110001001000110011010101011101011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF891; }

 p { color: rgb(202,248,145); }

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

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

 a { background-color: rgb(202,248,145); }

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

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

 span { border-color: rgb(202,248,145); }

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