Shades of Mindaro #CCE36D
Tints of Mindaro #CCE36D
RGB
CMYK
RGB Variations
Color information
#CCE36D (or 0xCCE36D) is known color: Mindaro. HEX triplet: CC, E3 and 6D. RGB value is (204,227,109). Sum of RGB (Red+Green+Blue) = 204+227+109=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE36D is #331C92. Grayscale: #CFCFCF. Windows color (decimal): -3349651 or 7201740. OLE color: 7201740.
HSL color Cylindrical-coordinate representation of color #CCE36D: hue angle of 71.69º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCE36D is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 109 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.11 |
| HSL | 71.69º | 0.68% | 0.66% | - |
| HSV(B) | 71.69º | 0.52% | 0.89% | - |
| XYZ | 55.13 | 68.88 | 24.86 | - |
| YUV | 206.67 | 72.88 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 109 | 0.10 | 0 | 0.52 | 0.11 | 71.69 | 0.68 | 0.66 |
| Hex | CC | E3 | 6D | A | 0 | 34 | B | 48 | 44 | 42 |
| Octal | 314 | 343 | 155 | 12 | 0 | 64 | 13 | 110 | 104 | 102 |
| Binary | 11001100 | 11100011 | 1101101 | 1010 | 0 | 110100 | 1011 | 1001000 | 1000100 | 1000010 |
Color Harmonies of #CCE36D
Complementary color
Monochromatic Colors of #CCE36D
Black with #CCE36D
Text Example
Text Example
White with #CCE36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE36D; }
p { color: rgb(204,227,109); }
H1.HeaderClassName
{
color: #CCE36D;
}
.AnyTagClassName
{
color: #CCE36D;
}
</style>
background-color css
<style>
a { background-color: #CCE36D; }
a { background-color: rgb(204,227,109); }
div.DivClassName
{
background-color: #CCE36D;
}
.BgClassName
{
background-color: #CCE36D;
}
</style>
border-color css
<style>
span { border-color: #CCE36D; }
span { border-color: rgb(204,227,109); }
td.TdClassName
{
border-color: #CCE36D;
}
.TagClassName
{
border-color: #CCE36D;
}
</style>