Shades of Mindaro #CCE66D
Tints of Mindaro #CCE66D
RGB
CMYK
RGB Variations
Color information
#CCE66D (or 0xCCE66D) is known color: Mindaro. HEX triplet: CC, E6 and 6D. RGB value is (204,230,109). Sum of RGB (Red+Green+Blue) = 204+230+109=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE66D is #331992. Grayscale: #D0D0D0. Windows color (decimal): -3348883 or 7202508. OLE color: 7202508.
HSL color Cylindrical-coordinate representation of color #CCE66D: hue angle of 72.89º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCE66D is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 109 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.10 |
| HSL | 72.89º | 0.71% | 0.66% | - |
| HSV(B) | 72.89º | 0.53% | 0.9% | - |
| XYZ | 55.96 | 70.54 | 25.13 | - |
| YUV | 208.43 | 71.89 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 109 | 0.11 | 0 | 0.53 | 0.10 | 72.89 | 0.71 | 0.66 |
| Hex | CC | E6 | 6D | B | 0 | 35 | A | 49 | 47 | 42 |
| Octal | 314 | 346 | 155 | 13 | 0 | 65 | 12 | 111 | 107 | 102 |
| Binary | 11001100 | 11100110 | 1101101 | 1011 | 0 | 110101 | 1010 | 1001001 | 1000111 | 1000010 |
Color Harmonies of #CCE66D
Complementary color
Monochromatic Colors of #CCE66D
Black with #CCE66D
Text Example
Text Example
White with #CCE66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE66D; }
p { color: rgb(204,230,109); }
H1.HeaderClassName
{
color: #CCE66D;
}
.AnyTagClassName
{
color: #CCE66D;
}
</style>
background-color css
<style>
a { background-color: #CCE66D; }
a { background-color: rgb(204,230,109); }
div.DivClassName
{
background-color: #CCE66D;
}
.BgClassName
{
background-color: #CCE66D;
}
</style>
border-color css
<style>
span { border-color: #CCE66D; }
span { border-color: rgb(204,230,109); }
td.TdClassName
{
border-color: #CCE66D;
}
.TagClassName
{
border-color: #CCE66D;
}
</style>