Shades of Reef #CFF999
Tints of Reef #CFF999
RGB
CMYK
RGB Variations
Color information
#CFF999 (or 0xCFF999) is known color: Reef. HEX triplet: CF, F9 and 99. RGB value is (207,249,153). Sum of RGB (Red+Green+Blue) = 207+249+153=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF999 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF999 is #300666. Grayscale: #E1E1E1. Windows color (decimal): -3147367 or 10090959. OLE color: 10090959.
HSL color Cylindrical-coordinate representation of color #CFF999: hue angle of 86.25º 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 #CFF999 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 153 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.02 |
| HSL | 86.25º | 0.89% | 0.79% | - |
| HSV(B) | 86.25º | 0.39% | 0.98% | - |
| XYZ | 65.36 | 83.32 | 42.77 | - |
| YUV | 225.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 153 | 0.17 | 0 | 0.39 | 0.02 | 86.25 | 0.89 | 0.79 |
| Hex | CF | F9 | 99 | 11 | 0 | 27 | 2 | 56 | 59 | 4F |
| Octal | 317 | 371 | 231 | 21 | 0 | 47 | 2 | 126 | 131 | 117 |
| Binary | 11001111 | 11111001 | 10011001 | 10001 | 0 | 100111 | 10 | 1010110 | 1011001 | 1001111 |
Color Harmonies of #CFF999
Complementary color
Monochromatic Colors of #CFF999
Black with #CFF999
Text Example
Text Example
White with #CFF999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF999; }
p { color: rgb(207,249,153); }
H1.HeaderClassName
{
color: #CFF999;
}
.AnyTagClassName
{
color: #CFF999;
}
</style>
background-color css
<style>
a { background-color: #CFF999; }
a { background-color: rgb(207,249,153); }
div.DivClassName
{
background-color: #CFF999;
}
.BgClassName
{
background-color: #CFF999;
}
</style>
border-color css
<style>
span { border-color: #CFF999; }
span { border-color: rgb(207,249,153); }
td.TdClassName
{
border-color: #CFF999;
}
.TagClassName
{
border-color: #CFF999;
}
</style>