Shades of Reef #CCFC9C
Tints of Reef #CCFC9C
RGB
CMYK
RGB Variations
Color information
#CCFC9C (or 0xCCFC9C) is known color: Reef. HEX triplet: CC, FC and 9C. RGB value is (204,252,156). Sum of RGB (Red+Green+Blue) = 204+252+156=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFC9C is #330363. Grayscale: #E3E3E3. Windows color (decimal): -3343204 or 10288332. OLE color: 10288332.
HSL color Cylindrical-coordinate representation of color #CCFC9C: hue angle of 90º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCFC9C is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 156 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.01 |
| HSL | 90º | 0.94% | 0.8% | - |
| HSV(B) | 90º | 0.38% | 0.99% | - |
| XYZ | 65.71 | 84.86 | 44.37 | - |
| YUV | 226.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 156 | 0.19 | 0 | 0.38 | 0.01 | 90 | 0.94 | 0.8 |
| Hex | CC | FC | 9C | 13 | 0 | 26 | 1 | 5A | 5E | 50 |
| Octal | 314 | 374 | 234 | 23 | 0 | 46 | 1 | 132 | 136 | 120 |
| Binary | 11001100 | 11111100 | 10011100 | 10011 | 0 | 100110 | 1 | 1011010 | 1011110 | 1010000 |
Color Harmonies of #CCFC9C
Complementary color
Monochromatic Colors of #CCFC9C
Black with #CCFC9C
Text Example
Text Example
White with #CCFC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC9C; }
p { color: rgb(204,252,156); }
H1.HeaderClassName
{
color: #CCFC9C;
}
.AnyTagClassName
{
color: #CCFC9C;
}
</style>
background-color css
<style>
a { background-color: #CCFC9C; }
a { background-color: rgb(204,252,156); }
div.DivClassName
{
background-color: #CCFC9C;
}
.BgClassName
{
background-color: #CCFC9C;
}
</style>
border-color css
<style>
span { border-color: #CCFC9C; }
span { border-color: rgb(204,252,156); }
td.TdClassName
{
border-color: #CCFC9C;
}
.TagClassName
{
border-color: #CCFC9C;
}
</style>