Shades of Mindaro #CCE76C
Tints of Mindaro #CCE76C
RGB
CMYK
RGB Variations
Color information
#CCE76C (or 0xCCE76C) is known color: Mindaro. HEX triplet: CC, E7 and 6C. RGB value is (204,231,108). Sum of RGB (Red+Green+Blue) = 204+231+108=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE76C is #331893. Grayscale: #D1D1D1. Windows color (decimal): -3348628 or 7137228. OLE color: 7137228.
HSL color Cylindrical-coordinate representation of color #CCE76C: hue angle of 73.17º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCE76C is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 108 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.09 |
| HSL | 73.17º | 0.72% | 0.66% | - |
| HSV(B) | 73.17º | 0.53% | 0.91% | - |
| XYZ | 56.18 | 71.07 | 24.94 | - |
| YUV | 208.91 | 71.05 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 108 | 0.12 | 0 | 0.53 | 0.09 | 73.17 | 0.72 | 0.66 |
| Hex | CC | E7 | 6C | C | 0 | 35 | 9 | 49 | 48 | 42 |
| Octal | 314 | 347 | 154 | 14 | 0 | 65 | 11 | 111 | 110 | 102 |
| Binary | 11001100 | 11100111 | 1101100 | 1100 | 0 | 110101 | 1001 | 1001001 | 1001000 | 1000010 |
Color Harmonies of #CCE76C
Complementary color
Monochromatic Colors of #CCE76C
Black with #CCE76C
Text Example
Text Example
White with #CCE76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE76C; }
p { color: rgb(204,231,108); }
H1.HeaderClassName
{
color: #CCE76C;
}
.AnyTagClassName
{
color: #CCE76C;
}
</style>
background-color css
<style>
a { background-color: #CCE76C; }
a { background-color: rgb(204,231,108); }
div.DivClassName
{
background-color: #CCE76C;
}
.BgClassName
{
background-color: #CCE76C;
}
</style>
border-color css
<style>
span { border-color: #CCE76C; }
span { border-color: rgb(204,231,108); }
td.TdClassName
{
border-color: #CCE76C;
}
.TagClassName
{
border-color: #CCE76C;
}
</style>