Shades of Mindaro #D6E270
Tints of Mindaro #D6E270
RGB
CMYK
RGB Variations
Color information
#D6E270 (or 0xD6E270) is known color: Mindaro. HEX triplet: D6, E2 and 70. RGB value is (214,226,112). Sum of RGB (Red+Green+Blue) = 214+226+112=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E270 is #291D8F. Grayscale: #D1D1D1. Windows color (decimal): -2694544 or 7398102. OLE color: 7398102.
HSL color Cylindrical-coordinate representation of color #D6E270: hue angle of 66.32º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6E270 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 226 | 112 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.11 |
| HSL | 66.32º | 0.66% | 0.66% | - |
| HSV(B) | 66.32º | 0.5% | 0.89% | - |
| XYZ | 57.85 | 69.86 | 25.76 | - |
| YUV | 209.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 226 | 112 | 0.05 | 0 | 0.50 | 0.11 | 66.32 | 0.66 | 0.66 |
| Hex | D6 | E2 | 70 | 5 | 0 | 32 | B | 42 | 42 | 42 |
| Octal | 326 | 342 | 160 | 5 | 0 | 62 | 13 | 102 | 102 | 102 |
| Binary | 11010110 | 11100010 | 1110000 | 101 | 0 | 110010 | 1011 | 1000010 | 1000010 | 1000010 |
Color Harmonies of #D6E270
Complementary color
Monochromatic Colors of #D6E270
Black with #D6E270
Text Example
Text Example
White with #D6E270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E270; }
p { color: rgb(214,226,112); }
H1.HeaderClassName
{
color: #D6E270;
}
.AnyTagClassName
{
color: #D6E270;
}
</style>
background-color css
<style>
a { background-color: #D6E270; }
a { background-color: rgb(214,226,112); }
div.DivClassName
{
background-color: #D6E270;
}
.BgClassName
{
background-color: #D6E270;
}
</style>
border-color css
<style>
span { border-color: #D6E270; }
span { border-color: rgb(214,226,112); }
td.TdClassName
{
border-color: #D6E270;
}
.TagClassName
{
border-color: #D6E270;
}
</style>