Shades of Reef #CFF996
Tints of Reef #CFF996
RGB
CMYK
RGB Variations
Color information
#CFF996 (or 0xCFF996) is known color: Reef. HEX triplet: CF, F9 and 96. RGB value is (207,249,150). Sum of RGB (Red+Green+Blue) = 207+249+150=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF996 is #300669. Grayscale: #E1E1E1. Windows color (decimal): -3147370 or 9894351. OLE color: 9894351.
HSL color Cylindrical-coordinate representation of color #CFF996: hue angle of 85.45º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFF996 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 150 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.02 |
| HSL | 85.45º | 0.89% | 0.78% | - |
| HSV(B) | 85.45º | 0.4% | 0.98% | - |
| XYZ | 65.11 | 83.22 | 41.49 | - |
| YUV | 225.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 150 | 0.17 | 0 | 0.40 | 0.02 | 85.45 | 0.89 | 0.78 |
| Hex | CF | F9 | 96 | 11 | 0 | 28 | 2 | 55 | 59 | 4E |
| Octal | 317 | 371 | 226 | 21 | 0 | 50 | 2 | 125 | 131 | 116 |
| Binary | 11001111 | 11111001 | 10010110 | 10001 | 0 | 101000 | 10 | 1010101 | 1011001 | 1001110 |
Color Harmonies of #CFF996
Complementary color
Monochromatic Colors of #CFF996
Black with #CFF996
Text Example
Text Example
White with #CFF996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF996; }
p { color: rgb(207,249,150); }
H1.HeaderClassName
{
color: #CFF996;
}
.AnyTagClassName
{
color: #CFF996;
}
</style>
background-color css
<style>
a { background-color: #CFF996; }
a { background-color: rgb(207,249,150); }
div.DivClassName
{
background-color: #CFF996;
}
.BgClassName
{
background-color: #CFF996;
}
</style>
border-color css
<style>
span { border-color: #CFF996; }
span { border-color: rgb(207,249,150); }
td.TdClassName
{
border-color: #CFF996;
}
.TagClassName
{
border-color: #CFF996;
}
</style>