Shades of Mindaro #D4E97A
Tints of Mindaro #D4E97A
RGB
CMYK
RGB Variations
Color information
#D4E97A (or 0xD4E97A) is known color: Mindaro. HEX triplet: D4, E9 and 7A. RGB value is (212,233,122). Sum of RGB (Red+Green+Blue) = 212+233+122=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E97A is #2B1685. Grayscale: #D6D6D6. Windows color (decimal): -2823814 or 8055252. OLE color: 8055252.
HSL color Cylindrical-coordinate representation of color #D4E97A: hue angle of 71.35º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4E97A is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 233 | 122 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.09 |
| HSL | 71.35º | 0.72% | 0.7% | - |
| HSV(B) | 71.35º | 0.48% | 0.91% | - |
| XYZ | 59.8 | 73.68 | 29.48 | - |
| YUV | 214.07 | 76.04 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 233 | 122 | 0.09 | 0 | 0.48 | 0.09 | 71.35 | 0.72 | 0.7 |
| Hex | D4 | E9 | 7A | 9 | 0 | 30 | 9 | 47 | 48 | 46 |
| Octal | 324 | 351 | 172 | 11 | 0 | 60 | 11 | 107 | 110 | 106 |
| Binary | 11010100 | 11101001 | 1111010 | 1001 | 0 | 110000 | 1001 | 1000111 | 1001000 | 1000110 |
Color Harmonies of #D4E97A
Complementary color
Monochromatic Colors of #D4E97A
Black with #D4E97A
Text Example
Text Example
White with #D4E97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E97A; }
p { color: rgb(212,233,122); }
H1.HeaderClassName
{
color: #D4E97A;
}
.AnyTagClassName
{
color: #D4E97A;
}
</style>
background-color css
<style>
a { background-color: #D4E97A; }
a { background-color: rgb(212,233,122); }
div.DivClassName
{
background-color: #D4E97A;
}
.BgClassName
{
background-color: #D4E97A;
}
</style>
border-color css
<style>
span { border-color: #D4E97A; }
span { border-color: rgb(212,233,122); }
td.TdClassName
{
border-color: #D4E97A;
}
.TagClassName
{
border-color: #D4E97A;
}
</style>