Shades of Reef #CFFE99
Tints of Reef #CFFE99
RGB
CMYK
RGB Variations
Color information
#CFFE99 (or 0xCFFE99) is known color: Reef. HEX triplet: CF, FE and 99. RGB value is (207,254,153). Sum of RGB (Red+Green+Blue) = 207+254+153=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE99 is #300166. Grayscale: #E4E4E4. Windows color (decimal): -3146087 or 10092239. OLE color: 10092239.
HSL color Cylindrical-coordinate representation of color #CFFE99: hue angle of 87.92º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFFE99 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 153 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.00 |
| HSL | 87.92º | 0.98% | 0.8% | - |
| HSV(B) | 87.92º | 0.4% | 1% | - |
| XYZ | 66.92 | 86.45 | 43.3 | - |
| YUV | 228.43 | 85.43 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 153 | 0.19 | 0 | 0.40 | 0.00 | 87.92 | 0.98 | 0.8 |
| Hex | CF | FE | 99 | 13 | 0 | 28 | 0 | 58 | 62 | 50 |
| Octal | 317 | 376 | 231 | 23 | 0 | 50 | 0 | 130 | 142 | 120 |
| Binary | 11001111 | 11111110 | 10011001 | 10011 | 0 | 101000 | 0 | 1011000 | 1100010 | 1010000 |
Color Harmonies of #CFFE99
Complementary color
Monochromatic Colors of #CFFE99
Black with #CFFE99
Text Example
Text Example
White with #CFFE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE99; }
p { color: rgb(207,254,153); }
H1.HeaderClassName
{
color: #CFFE99;
}
.AnyTagClassName
{
color: #CFFE99;
}
</style>
background-color css
<style>
a { background-color: #CFFE99; }
a { background-color: rgb(207,254,153); }
div.DivClassName
{
background-color: #CFFE99;
}
.BgClassName
{
background-color: #CFFE99;
}
</style>
border-color css
<style>
span { border-color: #CFFE99; }
span { border-color: rgb(207,254,153); }
td.TdClassName
{
border-color: #CFFE99;
}
.TagClassName
{
border-color: #CFFE99;
}
</style>