Shades of Mindaro #CCE46A
Tints of Mindaro #CCE46A
RGB
CMYK
RGB Variations
Color information
#CCE46A (or 0xCCE46A) is known color: Mindaro. HEX triplet: CC, E4 and 6A. RGB value is (204,228,106). Sum of RGB (Red+Green+Blue) = 204+228+106=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE46A is #331B95. Grayscale: #CFCFCF. Windows color (decimal): -3349398 or 7005388. OLE color: 7005388.
HSL color Cylindrical-coordinate representation of color #CCE46A: hue angle of 71.8º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCE46A is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 106 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.11 |
| HSL | 71.8º | 0.69% | 0.65% | - |
| HSV(B) | 71.8º | 0.54% | 0.89% | - |
| XYZ | 55.25 | 69.36 | 24.11 | - |
| YUV | 206.92 | 71.05 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 106 | 0.11 | 0 | 0.54 | 0.11 | 71.8 | 0.69 | 0.65 |
| Hex | CC | E4 | 6A | B | 0 | 36 | B | 48 | 45 | 41 |
| Octal | 314 | 344 | 152 | 13 | 0 | 66 | 13 | 110 | 105 | 101 |
| Binary | 11001100 | 11100100 | 1101010 | 1011 | 0 | 110110 | 1011 | 1001000 | 1000101 | 1000001 |
Color Harmonies of #CCE46A
Complementary color
Monochromatic Colors of #CCE46A
Black with #CCE46A
Text Example
Text Example
White with #CCE46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE46A; }
p { color: rgb(204,228,106); }
H1.HeaderClassName
{
color: #CCE46A;
}
.AnyTagClassName
{
color: #CCE46A;
}
</style>
background-color css
<style>
a { background-color: #CCE46A; }
a { background-color: rgb(204,228,106); }
div.DivClassName
{
background-color: #CCE46A;
}
.BgClassName
{
background-color: #CCE46A;
}
</style>
border-color css
<style>
span { border-color: #CCE46A; }
span { border-color: rgb(204,228,106); }
td.TdClassName
{
border-color: #CCE46A;
}
.TagClassName
{
border-color: #CCE46A;
}
</style>