Shades of Mindaro #D6E17E
Tints of Mindaro #D6E17E
RGB
CMYK
RGB Variations
Color information
#D6E17E (or 0xD6E17E) is known color: Mindaro. HEX triplet: D6, E1 and 7E. RGB value is (214,225,126). Sum of RGB (Red+Green+Blue) = 214+225+126=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E17E is #291E81. Grayscale: #D2D2D2. Windows color (decimal): -2694786 or 8315350. OLE color: 8315350.
HSL color Cylindrical-coordinate representation of color #D6E17E: hue angle of 66.67º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6E17E is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 126 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.12 |
| HSL | 66.67º | 0.62% | 0.69% | - |
| HSV(B) | 66.67º | 0.44% | 0.88% | - |
| XYZ | 58.42 | 69.65 | 30.1 | - |
| YUV | 210.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 126 | 0.05 | 0 | 0.44 | 0.12 | 66.67 | 0.62 | 0.69 |
| Hex | D6 | E1 | 7E | 5 | 0 | 2C | C | 43 | 3E | 45 |
| Octal | 326 | 341 | 176 | 5 | 0 | 54 | 14 | 103 | 76 | 105 |
| Binary | 11010110 | 11100001 | 1111110 | 101 | 0 | 101100 | 1100 | 1000011 | 111110 | 1000101 |
Color Harmonies of #D6E17E
Complementary color
Monochromatic Colors of #D6E17E
Black with #D6E17E
Text Example
Text Example
White with #D6E17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E17E; }
p { color: rgb(214,225,126); }
H1.HeaderClassName
{
color: #D6E17E;
}
.AnyTagClassName
{
color: #D6E17E;
}
</style>
background-color css
<style>
a { background-color: #D6E17E; }
a { background-color: rgb(214,225,126); }
div.DivClassName
{
background-color: #D6E17E;
}
.BgClassName
{
background-color: #D6E17E;
}
</style>
border-color css
<style>
span { border-color: #D6E17E; }
span { border-color: rgb(214,225,126); }
td.TdClassName
{
border-color: #D6E17E;
}
.TagClassName
{
border-color: #D6E17E;
}
</style>