Shades of Reef #CFF899
Tints of Reef #CFF899
RGB
CMYK
RGB Variations
Color information
#CFF899 (or 0xCFF899) is known color: Reef. HEX triplet: CF, F8 and 99. RGB value is (207,248,153). Sum of RGB (Red+Green+Blue) = 207+248+153=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF899 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF899 is #300766. Grayscale: #E1E1E1. Windows color (decimal): -3147623 or 10090703. OLE color: 10090703.
HSL color Cylindrical-coordinate representation of color #CFF899: hue angle of 85.89º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFF899 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 153 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.03 |
| HSL | 85.89º | 0.87% | 0.79% | - |
| HSV(B) | 85.89º | 0.38% | 0.97% | - |
| XYZ | 65.05 | 82.7 | 42.67 | - |
| YUV | 224.91 | 87.42 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 153 | 0.17 | 0 | 0.38 | 0.03 | 85.89 | 0.87 | 0.79 |
| Hex | CF | F8 | 99 | 11 | 0 | 26 | 3 | 56 | 57 | 4F |
| Octal | 317 | 370 | 231 | 21 | 0 | 46 | 3 | 126 | 127 | 117 |
| Binary | 11001111 | 11111000 | 10011001 | 10001 | 0 | 100110 | 11 | 1010110 | 1010111 | 1001111 |
Color Harmonies of #CFF899
Complementary color
Monochromatic Colors of #CFF899
Black with #CFF899
Text Example
Text Example
White with #CFF899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF899; }
p { color: rgb(207,248,153); }
H1.HeaderClassName
{
color: #CFF899;
}
.AnyTagClassName
{
color: #CFF899;
}
</style>
background-color css
<style>
a { background-color: #CFF899; }
a { background-color: rgb(207,248,153); }
div.DivClassName
{
background-color: #CFF899;
}
.BgClassName
{
background-color: #CFF899;
}
</style>
border-color css
<style>
span { border-color: #CFF899; }
span { border-color: rgb(207,248,153); }
td.TdClassName
{
border-color: #CFF899;
}
.TagClassName
{
border-color: #CFF899;
}
</style>