Shades of Mindaro #D1E15D
Tints of Mindaro #D1E15D
RGB
CMYK
RGB Variations
Color information
#D1E15D (or 0xD1E15D) is known color: Mindaro. HEX triplet: D1, E1 and 5D. RGB value is (209,225,93). Sum of RGB (Red+Green+Blue) = 209+225+93=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E15D is #2E1EA2. Grayscale: #CDCDCD. Windows color (decimal): -3022499 or 6152657. OLE color: 6152657.
HSL color Cylindrical-coordinate representation of color #D1E15D: hue angle of 67.27º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1E15D is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 93 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.12 |
| HSL | 67.27º | 0.69% | 0.62% | - |
| HSV(B) | 67.27º | 0.59% | 0.88% | - |
| XYZ | 55.2 | 68.2 | 20.61 | - |
| YUV | 205.17 | 64.7 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 93 | 0.07 | 0 | 0.59 | 0.12 | 67.27 | 0.69 | 0.62 |
| Hex | D1 | E1 | 5D | 7 | 0 | 3B | C | 43 | 45 | 3E |
| Octal | 321 | 341 | 135 | 7 | 0 | 73 | 14 | 103 | 105 | 76 |
| Binary | 11010001 | 11100001 | 1011101 | 111 | 0 | 111011 | 1100 | 1000011 | 1000101 | 111110 |
Color Harmonies of #D1E15D
Complementary color
Monochromatic Colors of #D1E15D
Black with #D1E15D
Text Example
Text Example
White with #D1E15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E15D; }
p { color: rgb(209,225,93); }
H1.HeaderClassName
{
color: #D1E15D;
}
.AnyTagClassName
{
color: #D1E15D;
}
</style>
background-color css
<style>
a { background-color: #D1E15D; }
a { background-color: rgb(209,225,93); }
div.DivClassName
{
background-color: #D1E15D;
}
.BgClassName
{
background-color: #D1E15D;
}
</style>
border-color css
<style>
span { border-color: #D1E15D; }
span { border-color: rgb(209,225,93); }
td.TdClassName
{
border-color: #D1E15D;
}
.TagClassName
{
border-color: #D1E15D;
}
</style>