#CAF191

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

Shades of Reef #CAF191

Tints of Reef #CAF191

Color information

#CAF191 (or 0xCAF191) is unknown color: approx Reef. HEX triplet: CA, F1 and 91. RGB value is (202,241,145). Sum of RGB (Red+Green+Blue) = 202+241+145=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF191 is #350E6E. Grayscale: #DADADA. Windows color (decimal): -3477103 or 9564618. OLE color: 9564618.

HSL color Cylindrical-coordinate representation of color #CAF191: hue angle of 84.38º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF191 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB202241145-
CMYK0.1600.400.05
HSL84.38º77.42%75.69%-
HSV(B)84.38º39.83%94.51%-
XYZ60.9277.5138.54-
YUV218.486.58116.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 241 (94.53% from 255) = 40.99%
BLUE value IS 145 (57.03% from 255) = 24.66%
R=34.35%
G=40.99%
B=24.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411450.1600.400.0584.3877.4275.69
HexCAF191100285544d4c
Octal312361221200505124115114
Binary110010101111000110010001100000101000101101010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF191; }

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

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

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

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

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

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

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

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