Shades of Mindaro #D4E971
Tints of Mindaro #D4E971
RGB
CMYK
RGB Variations
Color information
#D4E971 (or 0xD4E971) is known color: Mindaro. HEX triplet: D4, E9 and 71. RGB value is (212,233,113). Sum of RGB (Red+Green+Blue) = 212+233+113=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 113 (44.53% from 255 or 20.25% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E971 is #2B168E. Grayscale: #D5D5D5. Windows color (decimal): -2823823 or 7465428. OLE color: 7465428.
HSL color Cylindrical-coordinate representation of color #D4E971: hue angle of 70.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4E971 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 233 | 113 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.09 |
| HSL | 70.5º | 0.73% | 0.68% | - |
| HSV(B) | 70.5º | 0.52% | 0.91% | - |
| XYZ | 59.27 | 73.47 | 26.68 | - |
| YUV | 213.04 | 71.54 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 233 | 113 | 0.09 | 0 | 0.52 | 0.09 | 70.5 | 0.73 | 0.68 |
| Hex | D4 | E9 | 71 | 9 | 0 | 34 | 9 | 46 | 49 | 44 |
| Octal | 324 | 351 | 161 | 11 | 0 | 64 | 11 | 106 | 111 | 104 |
| Binary | 11010100 | 11101001 | 1110001 | 1001 | 0 | 110100 | 1001 | 1000110 | 1001001 | 1000100 |
Color Harmonies of #D4E971
Complementary color
Monochromatic Colors of #D4E971
Black with #D4E971
Text Example
Text Example
White with #D4E971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E971; }
p { color: rgb(212,233,113); }
H1.HeaderClassName
{
color: #D4E971;
}
.AnyTagClassName
{
color: #D4E971;
}
</style>
background-color css
<style>
a { background-color: #D4E971; }
a { background-color: rgb(212,233,113); }
div.DivClassName
{
background-color: #D4E971;
}
.BgClassName
{
background-color: #D4E971;
}
</style>
border-color css
<style>
span { border-color: #D4E971; }
span { border-color: rgb(212,233,113); }
td.TdClassName
{
border-color: #D4E971;
}
.TagClassName
{
border-color: #D4E971;
}
</style>