Shades of Reef #CAF19C
Tints of Reef #CAF19C
RGB
CMYK
RGB Variations
Color information
#CAF19C (or 0xCAF19C) is known color: Reef. HEX triplet: CA, F1 and 9C. RGB value is (202,241,156). Sum of RGB (Red+Green+Blue) = 202+241+156=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF19C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF19C is #350E63. Grayscale: #DBDBDB. Windows color (decimal): -3477092 or 10285514. OLE color: 10285514.
HSL color Cylindrical-coordinate representation of color #CAF19C: hue angle of 87.53º 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 #CAF19C is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 156 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.05 |
| HSL | 87.53º | 0.75% | 0.78% | - |
| HSV(B) | 87.53º | 0.35% | 0.95% | - |
| XYZ | 61.81 | 77.87 | 43.22 | - |
| YUV | 219.65 | 92.08 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 156 | 0.16 | 0 | 0.35 | 0.05 | 87.53 | 0.75 | 0.78 |
| Hex | CA | F1 | 9C | 10 | 0 | 23 | 5 | 58 | 4B | 4E |
| Octal | 312 | 361 | 234 | 20 | 0 | 43 | 5 | 130 | 113 | 116 |
| Binary | 11001010 | 11110001 | 10011100 | 10000 | 0 | 100011 | 101 | 1011000 | 1001011 | 1001110 |
Color Harmonies of #CAF19C
Complementary color
Monochromatic Colors of #CAF19C
Black with #CAF19C
Text Example
Text Example
White with #CAF19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF19C; }
p { color: rgb(202,241,156); }
H1.HeaderClassName
{
color: #CAF19C;
}
.AnyTagClassName
{
color: #CAF19C;
}
</style>
background-color css
<style>
a { background-color: #CAF19C; }
a { background-color: rgb(202,241,156); }
div.DivClassName
{
background-color: #CAF19C;
}
.BgClassName
{
background-color: #CAF19C;
}
</style>
border-color css
<style>
span { border-color: #CAF19C; }
span { border-color: rgb(202,241,156); }
td.TdClassName
{
border-color: #CAF19C;
}
.TagClassName
{
border-color: #CAF19C;
}
</style>