Shades of Reef #CFFC9F
Tints of Reef #CFFC9F
RGB
CMYK
RGB Variations
Color information
#CFFC9F (or 0xCFFC9F) is known color: Reef. HEX triplet: CF, FC and 9F. RGB value is (207,252,159). Sum of RGB (Red+Green+Blue) = 207+252+159=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFC9F is #300360. Grayscale: #E4E4E4. Windows color (decimal): -3146593 or 10484943. OLE color: 10484943.
HSL color Cylindrical-coordinate representation of color #CFFC9F: hue angle of 89.03º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFFC9F is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 159 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.01 |
| HSL | 89.03º | 0.94% | 0.81% | - |
| HSV(B) | 89.03º | 0.37% | 0.99% | - |
| XYZ | 66.8 | 85.39 | 45.76 | - |
| YUV | 227.94 | 89.09 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 159 | 0.18 | 0 | 0.37 | 0.01 | 89.03 | 0.94 | 0.81 |
| Hex | CF | FC | 9F | 12 | 0 | 25 | 1 | 59 | 5E | 51 |
| Octal | 317 | 374 | 237 | 22 | 0 | 45 | 1 | 131 | 136 | 121 |
| Binary | 11001111 | 11111100 | 10011111 | 10010 | 0 | 100101 | 1 | 1011001 | 1011110 | 1010001 |
Color Harmonies of #CFFC9F
Complementary color
Monochromatic Colors of #CFFC9F
Black with #CFFC9F
Text Example
Text Example
White with #CFFC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC9F; }
p { color: rgb(207,252,159); }
H1.HeaderClassName
{
color: #CFFC9F;
}
.AnyTagClassName
{
color: #CFFC9F;
}
</style>
background-color css
<style>
a { background-color: #CFFC9F; }
a { background-color: rgb(207,252,159); }
div.DivClassName
{
background-color: #CFFC9F;
}
.BgClassName
{
background-color: #CFFC9F;
}
</style>
border-color css
<style>
span { border-color: #CFFC9F; }
span { border-color: rgb(207,252,159); }
td.TdClassName
{
border-color: #CFFC9F;
}
.TagClassName
{
border-color: #CFFC9F;
}
</style>