Shades of Mindaro #D4E473
Tints of Mindaro #D4E473
RGB
CMYK
RGB Variations
Color information
#D4E473 (or 0xD4E473) is known color: Mindaro. HEX triplet: D4, E4 and 73. RGB value is (212,228,115). Sum of RGB (Red+Green+Blue) = 212+228+115=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E473 is #2B1B8C. Grayscale: #D2D2D2. Windows color (decimal): -2825101 or 7595220. OLE color: 7595220.
HSL color Cylindrical-coordinate representation of color #D4E473: hue angle of 68.5º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4E473 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 228 | 115 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.11 |
| HSL | 68.5º | 0.68% | 0.67% | - |
| HSV(B) | 68.5º | 0.5% | 0.89% | - |
| XYZ | 57.99 | 70.72 | 26.81 | - |
| YUV | 210.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 228 | 115 | 0.07 | 0 | 0.50 | 0.11 | 68.5 | 0.68 | 0.67 |
| Hex | D4 | E4 | 73 | 7 | 0 | 32 | B | 44 | 44 | 43 |
| Octal | 324 | 344 | 163 | 7 | 0 | 62 | 13 | 104 | 104 | 103 |
| Binary | 11010100 | 11100100 | 1110011 | 111 | 0 | 110010 | 1011 | 1000100 | 1000100 | 1000011 |
Color Harmonies of #D4E473
Complementary color
Monochromatic Colors of #D4E473
Black with #D4E473
Text Example
Text Example
White with #D4E473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E473; }
p { color: rgb(212,228,115); }
H1.HeaderClassName
{
color: #D4E473;
}
.AnyTagClassName
{
color: #D4E473;
}
</style>
background-color css
<style>
a { background-color: #D4E473; }
a { background-color: rgb(212,228,115); }
div.DivClassName
{
background-color: #D4E473;
}
.BgClassName
{
background-color: #D4E473;
}
</style>
border-color css
<style>
span { border-color: #D4E473; }
span { border-color: rgb(212,228,115); }
td.TdClassName
{
border-color: #D4E473;
}
.TagClassName
{
border-color: #D4E473;
}
</style>