Shades of Reef #CFF799
Tints of Reef #CFF799
RGB
CMYK
RGB Variations
Color information
#CFF799 (or 0xCFF799) is known color: Reef. HEX triplet: CF, F7 and 99. RGB value is (207,247,153). Sum of RGB (Red+Green+Blue) = 207+247+153=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF799 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF799 is #300866. Grayscale: #E0E0E0. Windows color (decimal): -3147879 or 10090447. OLE color: 10090447.
HSL color Cylindrical-coordinate representation of color #CFF799: hue angle of 85.53º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFF799 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 153 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.03 |
| HSL | 85.53º | 0.85% | 0.78% | - |
| HSV(B) | 85.53º | 0.38% | 0.97% | - |
| XYZ | 64.74 | 82.09 | 42.57 | - |
| YUV | 224.32 | 87.75 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 153 | 0.16 | 0 | 0.38 | 0.03 | 85.53 | 0.85 | 0.78 |
| Hex | CF | F7 | 99 | 10 | 0 | 26 | 3 | 56 | 55 | 4E |
| Octal | 317 | 367 | 231 | 20 | 0 | 46 | 3 | 126 | 125 | 116 |
| Binary | 11001111 | 11110111 | 10011001 | 10000 | 0 | 100110 | 11 | 1010110 | 1010101 | 1001110 |
Color Harmonies of #CFF799
Complementary color
Monochromatic Colors of #CFF799
Black with #CFF799
Text Example
Text Example
White with #CFF799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF799; }
p { color: rgb(207,247,153); }
H1.HeaderClassName
{
color: #CFF799;
}
.AnyTagClassName
{
color: #CFF799;
}
</style>
background-color css
<style>
a { background-color: #CFF799; }
a { background-color: rgb(207,247,153); }
div.DivClassName
{
background-color: #CFF799;
}
.BgClassName
{
background-color: #CFF799;
}
</style>
border-color css
<style>
span { border-color: #CFF799; }
span { border-color: rgb(207,247,153); }
td.TdClassName
{
border-color: #CFF799;
}
.TagClassName
{
border-color: #CFF799;
}
</style>