Shades of Reef #CCFC9E
Tints of Reef #CCFC9E
RGB
CMYK
RGB Variations
Color information
#CCFC9E (or 0xCCFC9E) is known color: Reef. HEX triplet: CC, FC and 9E. RGB value is (204,252,158). Sum of RGB (Red+Green+Blue) = 204+252+158=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFC9E is #330361. Grayscale: #E3E3E3. Windows color (decimal): -3343202 or 10419404. OLE color: 10419404.
HSL color Cylindrical-coordinate representation of color #CCFC9E: hue angle of 90.64º 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 #CCFC9E is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 158 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.01 |
| HSL | 90.64º | 0.94% | 0.8% | - |
| HSV(B) | 90.64º | 0.37% | 0.99% | - |
| XYZ | 65.88 | 84.93 | 45.27 | - |
| YUV | 226.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 158 | 0.19 | 0 | 0.37 | 0.01 | 90.64 | 0.94 | 0.8 |
| Hex | CC | FC | 9E | 13 | 0 | 25 | 1 | 5B | 5E | 50 |
| Octal | 314 | 374 | 236 | 23 | 0 | 45 | 1 | 133 | 136 | 120 |
| Binary | 11001100 | 11111100 | 10011110 | 10011 | 0 | 100101 | 1 | 1011011 | 1011110 | 1010000 |
Color Harmonies of #CCFC9E
Complementary color
Monochromatic Colors of #CCFC9E
Black with #CCFC9E
Text Example
Text Example
White with #CCFC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC9E; }
p { color: rgb(204,252,158); }
H1.HeaderClassName
{
color: #CCFC9E;
}
.AnyTagClassName
{
color: #CCFC9E;
}
</style>
background-color css
<style>
a { background-color: #CCFC9E; }
a { background-color: rgb(204,252,158); }
div.DivClassName
{
background-color: #CCFC9E;
}
.BgClassName
{
background-color: #CCFC9E;
}
</style>
border-color css
<style>
span { border-color: #CCFC9E; }
span { border-color: rgb(204,252,158); }
td.TdClassName
{
border-color: #CCFC9E;
}
.TagClassName
{
border-color: #CCFC9E;
}
</style>