Shades of Reef #CAF99A
Tints of Reef #CAF99A
RGB
CMYK
RGB Variations
Color information
#CAF99A (or 0xCAF99A) is known color: Reef. HEX triplet: CA, F9 and 9A. RGB value is (202,249,154). Sum of RGB (Red+Green+Blue) = 202+249+154=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF99A is #350665. Grayscale: #E0E0E0. Windows color (decimal): -3475046 or 10156490. OLE color: 10156490.
HSL color Cylindrical-coordinate representation of color #CAF99A: hue angle of 89.68º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAF99A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 154 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.02 |
| HSL | 89.68º | 0.89% | 0.79% | - |
| HSV(B) | 89.68º | 0.38% | 0.98% | - |
| XYZ | 64.07 | 82.64 | 43.15 | - |
| YUV | 224.12 | 88.43 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 154 | 0.19 | 0 | 0.38 | 0.02 | 89.68 | 0.89 | 0.79 |
| Hex | CA | F9 | 9A | 13 | 0 | 26 | 2 | 5A | 59 | 4F |
| Octal | 312 | 371 | 232 | 23 | 0 | 46 | 2 | 132 | 131 | 117 |
| Binary | 11001010 | 11111001 | 10011010 | 10011 | 0 | 100110 | 10 | 1011010 | 1011001 | 1001111 |
Color Harmonies of #CAF99A
Complementary color
Monochromatic Colors of #CAF99A
Black with #CAF99A
Text Example
Text Example
White with #CAF99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF99A; }
p { color: rgb(202,249,154); }
H1.HeaderClassName
{
color: #CAF99A;
}
.AnyTagClassName
{
color: #CAF99A;
}
</style>
background-color css
<style>
a { background-color: #CAF99A; }
a { background-color: rgb(202,249,154); }
div.DivClassName
{
background-color: #CAF99A;
}
.BgClassName
{
background-color: #CAF99A;
}
</style>
border-color css
<style>
span { border-color: #CAF99A; }
span { border-color: rgb(202,249,154); }
td.TdClassName
{
border-color: #CAF99A;
}
.TagClassName
{
border-color: #CAF99A;
}
</style>