#CAF19D

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

Shades of Reef #CAF19D

Tints of Reef #CAF19D

Color information

#CAF19D (or 0xCAF19D) is unknown color: approx Reef. HEX triplet: CA, F1 and 9D. RGB value is (202,241,157). Sum of RGB (Red+Green+Blue) = 202+241+157=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF19D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF19D is #350E62. Grayscale: #DCDCDC. Windows color (decimal): -3477091 or 10351050. OLE color: 10351050.

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

Color convert

RGB202241157-
CMYK0.1600.350.05
HSL87.86º75%78.04%-
HSV(B)87.86º34.85%94.51%-
XYZ61.977.943.67-
YUV219.7692.58115.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 241 (94.53% from 255) = 40.17%
BLUE value IS 157 (61.72% from 255) = 26.17%
R=33.67%
G=40.17%
B=26.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411570.1600.350.0587.867578.04
HexCAF19D100235584b4e
Octal312361235200435130113116
Binary110010101111000110011101100000100011101101100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF19D; }

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

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

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

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

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

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

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

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