Shades of Reef #CFFC9E
Tints of Reef #CFFC9E
RGB
CMYK
RGB Variations
Color information
#CFFC9E (or 0xCFFC9E) is known color: Reef. HEX triplet: CF, FC and 9E. RGB value is (207,252,158). Sum of RGB (Red+Green+Blue) = 207+252+158=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFC9E is #300361. Grayscale: #E4E4E4. Windows color (decimal): -3146594 or 10419407. OLE color: 10419407.
HSL color Cylindrical-coordinate representation of color #CFFC9E: hue angle of 88.72º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFFC9E is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 158 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.01 |
| HSL | 88.72º | 0.94% | 0.8% | - |
| HSV(B) | 88.72º | 0.37% | 0.99% | - |
| XYZ | 66.71 | 85.35 | 45.31 | - |
| YUV | 227.83 | 88.59 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 158 | 0.18 | 0 | 0.37 | 0.01 | 88.72 | 0.94 | 0.8 |
| Hex | CF | FC | 9E | 12 | 0 | 25 | 1 | 59 | 5E | 50 |
| Octal | 317 | 374 | 236 | 22 | 0 | 45 | 1 | 131 | 136 | 120 |
| Binary | 11001111 | 11111100 | 10011110 | 10010 | 0 | 100101 | 1 | 1011001 | 1011110 | 1010000 |
Color Harmonies of #CFFC9E
Complementary color
Monochromatic Colors of #CFFC9E
Black with #CFFC9E
Text Example
Text Example
White with #CFFC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC9E; }
p { color: rgb(207,252,158); }
H1.HeaderClassName
{
color: #CFFC9E;
}
.AnyTagClassName
{
color: #CFFC9E;
}
</style>
background-color css
<style>
a { background-color: #CFFC9E; }
a { background-color: rgb(207,252,158); }
div.DivClassName
{
background-color: #CFFC9E;
}
.BgClassName
{
background-color: #CFFC9E;
}
</style>
border-color css
<style>
span { border-color: #CFFC9E; }
span { border-color: rgb(207,252,158); }
td.TdClassName
{
border-color: #CFFC9E;
}
.TagClassName
{
border-color: #CFFC9E;
}
</style>