Shades of Mindaro #D7E17D
Tints of Mindaro #D7E17D
RGB
CMYK
RGB Variations
Color information
#D7E17D (or 0xD7E17D) is known color: Mindaro. HEX triplet: D7, E1 and 7D. RGB value is (215,225,125). Sum of RGB (Red+Green+Blue) = 215+225+125=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7E17D is #281E82. Grayscale: #D3D3D3. Windows color (decimal): -2629251 or 8249815. OLE color: 8249815.
HSL color Cylindrical-coordinate representation of color #D7E17D: hue angle of 66º 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 #D7E17D is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 225 | 125 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.12 |
| HSL | 66º | 0.63% | 0.69% | - |
| HSV(B) | 66º | 0.44% | 0.88% | - |
| XYZ | 58.65 | 69.78 | 29.78 | - |
| YUV | 210.61 | 79.69 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 225 | 125 | 0.04 | 0 | 0.44 | 0.12 | 66 | 0.63 | 0.69 |
| Hex | D7 | E1 | 7D | 4 | 0 | 2C | C | 42 | 3E | 45 |
| Octal | 327 | 341 | 175 | 4 | 0 | 54 | 14 | 102 | 76 | 105 |
| Binary | 11010111 | 11100001 | 1111101 | 100 | 0 | 101100 | 1100 | 1000010 | 111110 | 1000101 |
Color Harmonies of #D7E17D
Complementary color
Monochromatic Colors of #D7E17D
Black with #D7E17D
Text Example
Text Example
White with #D7E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E17D; }
p { color: rgb(215,225,125); }
H1.HeaderClassName
{
color: #D7E17D;
}
.AnyTagClassName
{
color: #D7E17D;
}
</style>
background-color css
<style>
a { background-color: #D7E17D; }
a { background-color: rgb(215,225,125); }
div.DivClassName
{
background-color: #D7E17D;
}
.BgClassName
{
background-color: #D7E17D;
}
</style>
border-color css
<style>
span { border-color: #D7E17D; }
span { border-color: rgb(215,225,125); }
td.TdClassName
{
border-color: #D7E17D;
}
.TagClassName
{
border-color: #D7E17D;
}
</style>