Shades of Mindaro #CCE46D
Tints of Mindaro #CCE46D
RGB
CMYK
RGB Variations
Color information
#CCE46D (or 0xCCE46D) is known color: Mindaro. HEX triplet: CC, E4 and 6D. RGB value is (204,228,109). Sum of RGB (Red+Green+Blue) = 204+228+109=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE46D is #331B92. Grayscale: #CFCFCF. Windows color (decimal): -3349395 or 7201996. OLE color: 7201996.
HSL color Cylindrical-coordinate representation of color #CCE46D: hue angle of 72.1º degrees, saturation: 0.69, 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 #CCE46D is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 109 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.11 |
| HSL | 72.1º | 0.69% | 0.66% | - |
| HSV(B) | 72.1º | 0.52% | 0.89% | - |
| XYZ | 55.41 | 69.43 | 24.95 | - |
| YUV | 207.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 109 | 0.11 | 0 | 0.52 | 0.11 | 72.1 | 0.69 | 0.66 |
| Hex | CC | E4 | 6D | B | 0 | 34 | B | 48 | 45 | 42 |
| Octal | 314 | 344 | 155 | 13 | 0 | 64 | 13 | 110 | 105 | 102 |
| Binary | 11001100 | 11100100 | 1101101 | 1011 | 0 | 110100 | 1011 | 1001000 | 1000101 | 1000010 |
Color Harmonies of #CCE46D
Complementary color
Monochromatic Colors of #CCE46D
Black with #CCE46D
Text Example
Text Example
White with #CCE46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE46D; }
p { color: rgb(204,228,109); }
H1.HeaderClassName
{
color: #CCE46D;
}
.AnyTagClassName
{
color: #CCE46D;
}
</style>
background-color css
<style>
a { background-color: #CCE46D; }
a { background-color: rgb(204,228,109); }
div.DivClassName
{
background-color: #CCE46D;
}
.BgClassName
{
background-color: #CCE46D;
}
</style>
border-color css
<style>
span { border-color: #CCE46D; }
span { border-color: rgb(204,228,109); }
td.TdClassName
{
border-color: #CCE46D;
}
.TagClassName
{
border-color: #CCE46D;
}
</style>