Shades of Mindaro #D4E05D
Tints of Mindaro #D4E05D
RGB
CMYK
RGB Variations
Color information
#D4E05D (or 0xD4E05D) is known color: Mindaro. HEX triplet: D4, E0 and 5D. RGB value is (212,224,93). Sum of RGB (Red+Green+Blue) = 212+224+93=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E05D is #2B1FA2. Grayscale: #CDCDCD. Windows color (decimal): -2826147 or 6152404. OLE color: 6152404.
HSL color Cylindrical-coordinate representation of color #D4E05D: hue angle of 65.5º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4E05D is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 224 | 93 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.12 |
| HSL | 65.5º | 0.68% | 0.62% | - |
| HSV(B) | 65.5º | 0.58% | 0.88% | - |
| XYZ | 55.78 | 68.1 | 20.56 | - |
| YUV | 205.48 | 64.52 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 93 | 0.05 | 0 | 0.58 | 0.12 | 65.5 | 0.68 | 0.62 |
| Hex | D4 | E0 | 5D | 5 | 0 | 3A | C | 41 | 44 | 3E |
| Octal | 324 | 340 | 135 | 5 | 0 | 72 | 14 | 101 | 104 | 76 |
| Binary | 11010100 | 11100000 | 1011101 | 101 | 0 | 111010 | 1100 | 1000001 | 1000100 | 111110 |
Color Harmonies of #D4E05D
Complementary color
Monochromatic Colors of #D4E05D
Black with #D4E05D
Text Example
Text Example
White with #D4E05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E05D; }
p { color: rgb(212,224,93); }
H1.HeaderClassName
{
color: #D4E05D;
}
.AnyTagClassName
{
color: #D4E05D;
}
</style>
background-color css
<style>
a { background-color: #D4E05D; }
a { background-color: rgb(212,224,93); }
div.DivClassName
{
background-color: #D4E05D;
}
.BgClassName
{
background-color: #D4E05D;
}
</style>
border-color css
<style>
span { border-color: #D4E05D; }
span { border-color: rgb(212,224,93); }
td.TdClassName
{
border-color: #D4E05D;
}
.TagClassName
{
border-color: #D4E05D;
}
</style>