Shades of Reef #CAF99D
Tints of Reef #CAF99D
RGB
CMYK
RGB Variations
Color information
#CAF99D (or 0xCAF99D) is known color: Reef. HEX triplet: CA, F9 and 9D. RGB value is (202,249,157). Sum of RGB (Red+Green+Blue) = 202+249+157=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF99D is #350662. Grayscale: #E0E0E0. Windows color (decimal): -3475043 or 10353098. OLE color: 10353098.
HSL color Cylindrical-coordinate representation of color #CAF99D: hue angle of 90.65º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAF99D is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 157 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.02 |
| HSL | 90.65º | 0.88% | 0.8% | - |
| HSV(B) | 90.65º | 0.37% | 0.98% | - |
| XYZ | 64.32 | 82.74 | 44.48 | - |
| YUV | 224.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 157 | 0.19 | 0 | 0.37 | 0.02 | 90.65 | 0.88 | 0.8 |
| Hex | CA | F9 | 9D | 13 | 0 | 25 | 2 | 5B | 58 | 50 |
| Octal | 312 | 371 | 235 | 23 | 0 | 45 | 2 | 133 | 130 | 120 |
| Binary | 11001010 | 11111001 | 10011101 | 10011 | 0 | 100101 | 10 | 1011011 | 1011000 | 1010000 |
Color Harmonies of #CAF99D
Complementary color
Monochromatic Colors of #CAF99D
Black with #CAF99D
Text Example
Text Example
White with #CAF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF99D; }
p { color: rgb(202,249,157); }
H1.HeaderClassName
{
color: #CAF99D;
}
.AnyTagClassName
{
color: #CAF99D;
}
</style>
background-color css
<style>
a { background-color: #CAF99D; }
a { background-color: rgb(202,249,157); }
div.DivClassName
{
background-color: #CAF99D;
}
.BgClassName
{
background-color: #CAF99D;
}
</style>
border-color css
<style>
span { border-color: #CAF99D; }
span { border-color: rgb(202,249,157); }
td.TdClassName
{
border-color: #CAF99D;
}
.TagClassName
{
border-color: #CAF99D;
}
</style>