Shades of Reef #CCE59C
Tints of Reef #CCE59C
RGB
CMYK
RGB Variations
Color information
#CCE59C (or 0xCCE59C) is known color: Reef. HEX triplet: CC, E5 and 9C. RGB value is (204,229,156). Sum of RGB (Red+Green+Blue) = 204+229+156=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE59C is #331A63. Grayscale: #D5D5D5. Windows color (decimal): -3349092 or 10282444. OLE color: 10282444.
HSL color Cylindrical-coordinate representation of color #CCE59C: hue angle of 80.55º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCE59C is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 156 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.10 |
| HSL | 80.55º | 0.58% | 0.75% | - |
| HSV(B) | 80.55º | 0.32% | 0.9% | - |
| XYZ | 58.92 | 71.28 | 42.1 | - |
| YUV | 213.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 156 | 0.11 | 0 | 0.32 | 0.10 | 80.55 | 0.58 | 0.75 |
| Hex | CC | E5 | 9C | B | 0 | 20 | A | 51 | 3A | 4B |
| Octal | 314 | 345 | 234 | 13 | 0 | 40 | 12 | 121 | 72 | 113 |
| Binary | 11001100 | 11100101 | 10011100 | 1011 | 0 | 100000 | 1010 | 1010001 | 111010 | 1001011 |
Color Harmonies of #CCE59C
Complementary color
Monochromatic Colors of #CCE59C
Black with #CCE59C
Text Example
Text Example
White with #CCE59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE59C; }
p { color: rgb(204,229,156); }
H1.HeaderClassName
{
color: #CCE59C;
}
.AnyTagClassName
{
color: #CCE59C;
}
</style>
background-color css
<style>
a { background-color: #CCE59C; }
a { background-color: rgb(204,229,156); }
div.DivClassName
{
background-color: #CCE59C;
}
.BgClassName
{
background-color: #CCE59C;
}
</style>
border-color css
<style>
span { border-color: #CCE59C; }
span { border-color: rgb(204,229,156); }
td.TdClassName
{
border-color: #CCE59C;
}
.TagClassName
{
border-color: #CCE59C;
}
</style>