Shades of Reef #CCE59F
Tints of Reef #CCE59F
RGB
CMYK
RGB Variations
Color information
#CCE59F (or 0xCCE59F) is known color: Reef. HEX triplet: CC, E5 and 9F. RGB value is (204,229,159). Sum of RGB (Red+Green+Blue) = 204+229+159=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE59F is #331A60. Grayscale: #D5D5D5. Windows color (decimal): -3349089 or 10479052. OLE color: 10479052.
HSL color Cylindrical-coordinate representation of color #CCE59F: hue angle of 81.43º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCE59F is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 159 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.10 |
| HSL | 81.43º | 0.57% | 0.76% | - |
| HSV(B) | 81.43º | 0.31% | 0.9% | - |
| XYZ | 59.18 | 71.38 | 43.46 | - |
| YUV | 213.55 | 97.22 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 159 | 0.11 | 0 | 0.31 | 0.10 | 81.43 | 0.57 | 0.76 |
| Hex | CC | E5 | 9F | B | 0 | 1F | A | 51 | 39 | 4C |
| Octal | 314 | 345 | 237 | 13 | 0 | 37 | 12 | 121 | 71 | 114 |
| Binary | 11001100 | 11100101 | 10011111 | 1011 | 0 | 11111 | 1010 | 1010001 | 111001 | 1001100 |
Color Harmonies of #CCE59F
Complementary color
Monochromatic Colors of #CCE59F
Black with #CCE59F
Text Example
Text Example
White with #CCE59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE59F; }
p { color: rgb(204,229,159); }
H1.HeaderClassName
{
color: #CCE59F;
}
.AnyTagClassName
{
color: #CCE59F;
}
</style>
background-color css
<style>
a { background-color: #CCE59F; }
a { background-color: rgb(204,229,159); }
div.DivClassName
{
background-color: #CCE59F;
}
.BgClassName
{
background-color: #CCE59F;
}
</style>
border-color css
<style>
span { border-color: #CCE59F; }
span { border-color: rgb(204,229,159); }
td.TdClassName
{
border-color: #CCE59F;
}
.TagClassName
{
border-color: #CCE59F;
}
</style>