Shades of Reef #CCF999
Tints of Reef #CCF999
RGB
CMYK
RGB Variations
Color information
#CCF999 (or 0xCCF999) is known color: Reef. HEX triplet: CC, F9 and 99. RGB value is (204,249,153). Sum of RGB (Red+Green+Blue) = 204+249+153=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF999 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF999 is #330666. Grayscale: #E0E0E0. Windows color (decimal): -3343975 or 10090956. OLE color: 10090956.
HSL color Cylindrical-coordinate representation of color #CCF999: hue angle of 88.12º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCF999 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 153 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.02 |
| HSL | 88.13º | 0.89% | 0.79% | - |
| HSV(B) | 88.13º | 0.39% | 0.98% | - |
| XYZ | 64.53 | 82.89 | 42.74 | - |
| YUV | 224.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 153 | 0.18 | 0 | 0.39 | 0.02 | 88.13 | 0.89 | 0.79 |
| Hex | CC | F9 | 99 | 12 | 0 | 27 | 2 | 58 | 59 | 4F |
| Octal | 314 | 371 | 231 | 22 | 0 | 47 | 2 | 130 | 131 | 117 |
| Binary | 11001100 | 11111001 | 10011001 | 10010 | 0 | 100111 | 10 | 1011000 | 1011001 | 1001111 |
Color Harmonies of #CCF999
Complementary color
Monochromatic Colors of #CCF999
Black with #CCF999
Text Example
Text Example
White with #CCF999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF999; }
p { color: rgb(204,249,153); }
H1.HeaderClassName
{
color: #CCF999;
}
.AnyTagClassName
{
color: #CCF999;
}
</style>
background-color css
<style>
a { background-color: #CCF999; }
a { background-color: rgb(204,249,153); }
div.DivClassName
{
background-color: #CCF999;
}
.BgClassName
{
background-color: #CCF999;
}
</style>
border-color css
<style>
span { border-color: #CCF999; }
span { border-color: rgb(204,249,153); }
td.TdClassName
{
border-color: #CCF999;
}
.TagClassName
{
border-color: #CCF999;
}
</style>