Shades of Reef #CCFD99
Tints of Reef #CCFD99
RGB
CMYK
RGB Variations
Color information
#CCFD99 (or 0xCCFD99) is known color: Reef. HEX triplet: CC, FD and 99. RGB value is (204,253,153). Sum of RGB (Red+Green+Blue) = 204+253+153=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFD99 is #330266. Grayscale: #E3E3E3. Windows color (decimal): -3342951 or 10091980. OLE color: 10091980.
HSL color Cylindrical-coordinate representation of color #CCFD99: hue angle of 89.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCFD99 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 153 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.01 |
| HSL | 89.4º | 0.96% | 0.8% | - |
| HSV(B) | 89.4º | 0.4% | 0.99% | - |
| XYZ | 65.78 | 85.39 | 43.15 | - |
| YUV | 226.95 | 86.27 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 153 | 0.19 | 0 | 0.40 | 0.01 | 89.4 | 0.96 | 0.8 |
| Hex | CC | FD | 99 | 13 | 0 | 28 | 1 | 59 | 60 | 50 |
| Octal | 314 | 375 | 231 | 23 | 0 | 50 | 1 | 131 | 140 | 120 |
| Binary | 11001100 | 11111101 | 10011001 | 10011 | 0 | 101000 | 1 | 1011001 | 1100000 | 1010000 |
Color Harmonies of #CCFD99
Complementary color
Monochromatic Colors of #CCFD99
Black with #CCFD99
Text Example
Text Example
White with #CCFD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD99; }
p { color: rgb(204,253,153); }
H1.HeaderClassName
{
color: #CCFD99;
}
.AnyTagClassName
{
color: #CCFD99;
}
</style>
background-color css
<style>
a { background-color: #CCFD99; }
a { background-color: rgb(204,253,153); }
div.DivClassName
{
background-color: #CCFD99;
}
.BgClassName
{
background-color: #CCFD99;
}
</style>
border-color css
<style>
span { border-color: #CCFD99; }
span { border-color: rgb(204,253,153); }
td.TdClassName
{
border-color: #CCFD99;
}
.TagClassName
{
border-color: #CCFD99;
}
</style>