Shades of Reef #CAF998
Tints of Reef #CAF998
RGB
CMYK
RGB Variations
Color information
#CAF998 (or 0xCAF998) is known color: Reef. HEX triplet: CA, F9 and 98. RGB value is (202,249,152). Sum of RGB (Red+Green+Blue) = 202+249+152=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF998 is #350667. Grayscale: #E0E0E0. Windows color (decimal): -3475048 or 10025418. OLE color: 10025418.
HSL color Cylindrical-coordinate representation of color #CAF998: hue angle of 89.07º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAF998 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 152 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.02 |
| HSL | 89.07º | 0.89% | 0.79% | - |
| HSV(B) | 89.07º | 0.39% | 0.98% | - |
| XYZ | 63.9 | 82.57 | 42.28 | - |
| YUV | 223.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 152 | 0.19 | 0 | 0.39 | 0.02 | 89.07 | 0.89 | 0.79 |
| Hex | CA | F9 | 98 | 13 | 0 | 27 | 2 | 59 | 59 | 4F |
| Octal | 312 | 371 | 230 | 23 | 0 | 47 | 2 | 131 | 131 | 117 |
| Binary | 11001010 | 11111001 | 10011000 | 10011 | 0 | 100111 | 10 | 1011001 | 1011001 | 1001111 |
Color Harmonies of #CAF998
Complementary color
Monochromatic Colors of #CAF998
Black with #CAF998
Text Example
Text Example
White with #CAF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF998; }
p { color: rgb(202,249,152); }
H1.HeaderClassName
{
color: #CAF998;
}
.AnyTagClassName
{
color: #CAF998;
}
</style>
background-color css
<style>
a { background-color: #CAF998; }
a { background-color: rgb(202,249,152); }
div.DivClassName
{
background-color: #CAF998;
}
.BgClassName
{
background-color: #CAF998;
}
</style>
border-color css
<style>
span { border-color: #CAF998; }
span { border-color: rgb(202,249,152); }
td.TdClassName
{
border-color: #CAF998;
}
.TagClassName
{
border-color: #CAF998;
}
</style>