#CAF19F

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

Shades of Reef #CAF19F

Tints of Reef #CAF19F

Color information

#CAF19F (or 0xCAF19F) is unknown color: approx Reef. HEX triplet: CA, F1 and 9F. RGB value is (202,241,159). Sum of RGB (Red+Green+Blue) = 202+241+159=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF19F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF19F is #350E60. Grayscale: #DCDCDC. Windows color (decimal): -3477089 or 10482122. OLE color: 10482122.

HSL color Cylindrical-coordinate representation of color #CAF19F: hue angle of 88.54º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAF19F is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB202241159-
CMYK0.1600.340.05
HSL88.54º74.55%78.43%-
HSV(B)88.54º34.02%94.51%-
XYZ62.0777.9744.58-
YUV219.9993.58115.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 241 (94.53% from 255) = 40.03%
BLUE value IS 159 (62.5% from 255) = 26.41%
R=33.55%
G=40.03%
B=26.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411590.1600.340.0588.5474.5578.43
HexCAF19F100225594b4e
Octal312361237200425131113116
Binary110010101111000110011111100000100010101101100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF19F; }

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

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

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

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

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

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

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

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