Shades of Mindaro #D7E17C
Tints of Mindaro #D7E17C
RGB
CMYK
RGB Variations
Color information
#D7E17C (or 0xD7E17C) is known color: Mindaro. HEX triplet: D7, E1 and 7C. RGB value is (215,225,124). Sum of RGB (Red+Green+Blue) = 215+225+124=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7E17C is #281E83. Grayscale: #D2D2D2. Windows color (decimal): -2629252 or 8184279. OLE color: 8184279.
HSL color Cylindrical-coordinate representation of color #D7E17C: hue angle of 65.94º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7E17C is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 225 | 124 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.12 |
| HSL | 65.94º | 0.63% | 0.68% | - |
| HSV(B) | 65.94º | 0.45% | 0.88% | - |
| XYZ | 58.59 | 69.75 | 29.44 | - |
| YUV | 210.5 | 79.19 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 225 | 124 | 0.04 | 0 | 0.45 | 0.12 | 65.94 | 0.63 | 0.68 |
| Hex | D7 | E1 | 7C | 4 | 0 | 2D | C | 42 | 3F | 44 |
| Octal | 327 | 341 | 174 | 4 | 0 | 55 | 14 | 102 | 77 | 104 |
| Binary | 11010111 | 11100001 | 1111100 | 100 | 0 | 101101 | 1100 | 1000010 | 111111 | 1000100 |
Color Harmonies of #D7E17C
Complementary color
Monochromatic Colors of #D7E17C
Black with #D7E17C
Text Example
Text Example
White with #D7E17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E17C; }
p { color: rgb(215,225,124); }
H1.HeaderClassName
{
color: #D7E17C;
}
.AnyTagClassName
{
color: #D7E17C;
}
</style>
background-color css
<style>
a { background-color: #D7E17C; }
a { background-color: rgb(215,225,124); }
div.DivClassName
{
background-color: #D7E17C;
}
.BgClassName
{
background-color: #D7E17C;
}
</style>
border-color css
<style>
span { border-color: #D7E17C; }
span { border-color: rgb(215,225,124); }
td.TdClassName
{
border-color: #D7E17C;
}
.TagClassName
{
border-color: #D7E17C;
}
</style>