#CAFA91

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

Shades of Reef #CAFA91

Tints of Reef #CAFA91

Color information

#CAFA91 (or 0xCAFA91) is unknown color: approx Reef. HEX triplet: CA, FA and 91. RGB value is (202,250,145). Sum of RGB (Red+Green+Blue) = 202+250+145=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 145 (57.03% from 255 or 24.29% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA91 is #35056E. Grayscale: #E0E0E0. Windows color (decimal): -3474799 or 9566922. OLE color: 9566922.

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

Color convert

RGB202250145-
CMYK0.1900.420.02
HSL87.43º91.3%77.45%-
HSV(B)87.43º42%98.04%-
XYZ63.6582.9739.45-
YUV223.6883.6112.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 250 (98.05% from 255) = 41.88%
BLUE value IS 145 (57.03% from 255) = 24.29%
R=33.84%
G=41.88%
B=24.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501450.1900.420.0287.4391.377.45
HexCAFA911302A2575b4d
Octal312372221230522127133115
Binary11001010111110101001000110011010101010101011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFA91; }

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

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

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

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

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

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

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

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