Shades of Reef #CCE59A
Tints of Reef #CCE59A
RGB
CMYK
RGB Variations
Color information
#CCE59A (or 0xCCE59A) is known color: Reef. HEX triplet: CC, E5 and 9A. RGB value is (204,229,154). Sum of RGB (Red+Green+Blue) = 204+229+154=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE59A is #331A65. Grayscale: #D5D5D5. Windows color (decimal): -3349094 or 10151372. OLE color: 10151372.
HSL color Cylindrical-coordinate representation of color #CCE59A: hue angle of 80º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCE59A is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 154 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.10 |
| HSL | 80º | 0.59% | 0.75% | - |
| HSV(B) | 80º | 0.33% | 0.9% | - |
| XYZ | 58.75 | 71.21 | 41.22 | - |
| YUV | 212.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 154 | 0.11 | 0 | 0.33 | 0.10 | 80 | 0.59 | 0.75 |
| Hex | CC | E5 | 9A | B | 0 | 21 | A | 50 | 3B | 4B |
| Octal | 314 | 345 | 232 | 13 | 0 | 41 | 12 | 120 | 73 | 113 |
| Binary | 11001100 | 11100101 | 10011010 | 1011 | 0 | 100001 | 1010 | 1010000 | 111011 | 1001011 |
Color Harmonies of #CCE59A
Complementary color
Monochromatic Colors of #CCE59A
Black with #CCE59A
Text Example
Text Example
White with #CCE59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE59A; }
p { color: rgb(204,229,154); }
H1.HeaderClassName
{
color: #CCE59A;
}
.AnyTagClassName
{
color: #CCE59A;
}
</style>
background-color css
<style>
a { background-color: #CCE59A; }
a { background-color: rgb(204,229,154); }
div.DivClassName
{
background-color: #CCE59A;
}
.BgClassName
{
background-color: #CCE59A;
}
</style>
border-color css
<style>
span { border-color: #CCE59A; }
span { border-color: rgb(204,229,154); }
td.TdClassName
{
border-color: #CCE59A;
}
.TagClassName
{
border-color: #CCE59A;
}
</style>