Shades of Mindaro #D6E17F
Tints of Mindaro #D6E17F
RGB
CMYK
RGB Variations
Color information
#D6E17F (or 0xD6E17F) is known color: Mindaro. HEX triplet: D6, E1 and 7F. RGB value is (214,225,127). Sum of RGB (Red+Green+Blue) = 214+225+127=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E17F is #291E80. Grayscale: #D2D2D2. Windows color (decimal): -2694785 or 8380886. OLE color: 8380886.
HSL color Cylindrical-coordinate representation of color #D6E17F: hue angle of 66.73º 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 #D6E17F is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 127 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.12 |
| HSL | 66.73º | 0.62% | 0.69% | - |
| HSV(B) | 66.73º | 0.44% | 0.88% | - |
| XYZ | 58.49 | 69.68 | 30.45 | - |
| YUV | 210.54 | 80.86 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 127 | 0.05 | 0 | 0.44 | 0.12 | 66.73 | 0.62 | 0.69 |
| Hex | D6 | E1 | 7F | 5 | 0 | 2C | C | 43 | 3E | 45 |
| Octal | 326 | 341 | 177 | 5 | 0 | 54 | 14 | 103 | 76 | 105 |
| Binary | 11010110 | 11100001 | 1111111 | 101 | 0 | 101100 | 1100 | 1000011 | 111110 | 1000101 |
Color Harmonies of #D6E17F
Complementary color
Monochromatic Colors of #D6E17F
Black with #D6E17F
Text Example
Text Example
White with #D6E17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E17F; }
p { color: rgb(214,225,127); }
H1.HeaderClassName
{
color: #D6E17F;
}
.AnyTagClassName
{
color: #D6E17F;
}
</style>
background-color css
<style>
a { background-color: #D6E17F; }
a { background-color: rgb(214,225,127); }
div.DivClassName
{
background-color: #D6E17F;
}
.BgClassName
{
background-color: #D6E17F;
}
</style>
border-color css
<style>
span { border-color: #D6E17F; }
span { border-color: rgb(214,225,127); }
td.TdClassName
{
border-color: #D6E17F;
}
.TagClassName
{
border-color: #D6E17F;
}
</style>