Shades of Reef #CFFC99
Tints of Reef #CFFC99
RGB
CMYK
RGB Variations
Color information
#CFFC99 (or 0xCFFC99) is known color: Reef. HEX triplet: CF, FC and 99. RGB value is (207,252,153). Sum of RGB (Red+Green+Blue) = 207+252+153=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFC99 is #300366. Grayscale: #E3E3E3. Windows color (decimal): -3146599 or 10091727. OLE color: 10091727.
HSL color Cylindrical-coordinate representation of color #CFFC99: hue angle of 87.27º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFFC99 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 153 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.01 |
| HSL | 87.27º | 0.94% | 0.79% | - |
| HSV(B) | 87.27º | 0.39% | 0.99% | - |
| XYZ | 66.29 | 85.19 | 43.09 | - |
| YUV | 227.26 | 86.09 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 153 | 0.18 | 0 | 0.39 | 0.01 | 87.27 | 0.94 | 0.79 |
| Hex | CF | FC | 99 | 12 | 0 | 27 | 1 | 57 | 5E | 4F |
| Octal | 317 | 374 | 231 | 22 | 0 | 47 | 1 | 127 | 136 | 117 |
| Binary | 11001111 | 11111100 | 10011001 | 10010 | 0 | 100111 | 1 | 1010111 | 1011110 | 1001111 |
Color Harmonies of #CFFC99
Complementary color
Monochromatic Colors of #CFFC99
Black with #CFFC99
Text Example
Text Example
White with #CFFC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC99; }
p { color: rgb(207,252,153); }
H1.HeaderClassName
{
color: #CFFC99;
}
.AnyTagClassName
{
color: #CFFC99;
}
</style>
background-color css
<style>
a { background-color: #CFFC99; }
a { background-color: rgb(207,252,153); }
div.DivClassName
{
background-color: #CFFC99;
}
.BgClassName
{
background-color: #CFFC99;
}
</style>
border-color css
<style>
span { border-color: #CFFC99; }
span { border-color: rgb(207,252,153); }
td.TdClassName
{
border-color: #CFFC99;
}
.TagClassName
{
border-color: #CFFC99;
}
</style>