Shades of Mindaro #D4E15D
Tints of Mindaro #D4E15D
RGB
CMYK
RGB Variations
Color information
#D4E15D (or 0xD4E15D) is known color: Mindaro. HEX triplet: D4, E1 and 5D. RGB value is (212,225,93). Sum of RGB (Red+Green+Blue) = 212+225+93=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E15D is #2B1EA2. Grayscale: #CECECE. Windows color (decimal): -2825891 or 6152660. OLE color: 6152660.
HSL color Cylindrical-coordinate representation of color #D4E15D: hue angle of 65.91º 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 #D4E15D is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 93 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.12 |
| HSL | 65.91º | 0.69% | 0.62% | - |
| HSV(B) | 65.91º | 0.59% | 0.88% | - |
| XYZ | 56.05 | 68.64 | 20.65 | - |
| YUV | 206.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 93 | 0.06 | 0 | 0.59 | 0.12 | 65.91 | 0.69 | 0.62 |
| Hex | D4 | E1 | 5D | 6 | 0 | 3B | C | 42 | 45 | 3E |
| Octal | 324 | 341 | 135 | 6 | 0 | 73 | 14 | 102 | 105 | 76 |
| Binary | 11010100 | 11100001 | 1011101 | 110 | 0 | 111011 | 1100 | 1000010 | 1000101 | 111110 |
Color Harmonies of #D4E15D
Complementary color
Monochromatic Colors of #D4E15D
Black with #D4E15D
Text Example
Text Example
White with #D4E15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E15D; }
p { color: rgb(212,225,93); }
H1.HeaderClassName
{
color: #D4E15D;
}
.AnyTagClassName
{
color: #D4E15D;
}
</style>
background-color css
<style>
a { background-color: #D4E15D; }
a { background-color: rgb(212,225,93); }
div.DivClassName
{
background-color: #D4E15D;
}
.BgClassName
{
background-color: #D4E15D;
}
</style>
border-color css
<style>
span { border-color: #D4E15D; }
span { border-color: rgb(212,225,93); }
td.TdClassName
{
border-color: #D4E15D;
}
.TagClassName
{
border-color: #D4E15D;
}
</style>