Shades of Mindaro #D6E46D
Tints of Mindaro #D6E46D
RGB
CMYK
RGB Variations
Color information
#D6E46D (or 0xD6E46D) is known color: Mindaro. HEX triplet: D6, E4 and 6D. RGB value is (214,228,109). Sum of RGB (Red+Green+Blue) = 214+228+109=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E46D is #291B92. Grayscale: #D2D2D2. Windows color (decimal): -2694035 or 7202006. OLE color: 7202006.
HSL color Cylindrical-coordinate representation of color #D6E46D: hue angle of 67.06º 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 #D6E46D is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 228 | 109 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.11 |
| HSL | 67.06º | 0.69% | 0.66% | - |
| HSV(B) | 67.06º | 0.52% | 0.89% | - |
| XYZ | 58.24 | 70.89 | 25.08 | - |
| YUV | 210.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 228 | 109 | 0.06 | 0 | 0.52 | 0.11 | 67.06 | 0.69 | 0.66 |
| Hex | D6 | E4 | 6D | 6 | 0 | 34 | B | 43 | 45 | 42 |
| Octal | 326 | 344 | 155 | 6 | 0 | 64 | 13 | 103 | 105 | 102 |
| Binary | 11010110 | 11100100 | 1101101 | 110 | 0 | 110100 | 1011 | 1000011 | 1000101 | 1000010 |
Color Harmonies of #D6E46D
Complementary color
Monochromatic Colors of #D6E46D
Black with #D6E46D
Text Example
Text Example
White with #D6E46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E46D; }
p { color: rgb(214,228,109); }
H1.HeaderClassName
{
color: #D6E46D;
}
.AnyTagClassName
{
color: #D6E46D;
}
</style>
background-color css
<style>
a { background-color: #D6E46D; }
a { background-color: rgb(214,228,109); }
div.DivClassName
{
background-color: #D6E46D;
}
.BgClassName
{
background-color: #D6E46D;
}
</style>
border-color css
<style>
span { border-color: #D6E46D; }
span { border-color: rgb(214,228,109); }
td.TdClassName
{
border-color: #D6E46D;
}
.TagClassName
{
border-color: #D6E46D;
}
</style>