Shades of Mindaro #D4E462
Tints of Mindaro #D4E462
RGB
CMYK
RGB Variations
Color information
#D4E462 (or 0xD4E462) is known color: Mindaro. HEX triplet: D4, E4 and 62. RGB value is (212,228,98). Sum of RGB (Red+Green+Blue) = 212+228+98=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E462 is #2B1B9D. Grayscale: #D0D0D0. Windows color (decimal): -2825118 or 6481108. OLE color: 6481108.
HSL color Cylindrical-coordinate representation of color #D4E462: hue angle of 67.38º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4E462 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 228 | 98 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.11 |
| HSL | 67.38º | 0.71% | 0.64% | - |
| HSV(B) | 67.38º | 0.57% | 0.89% | - |
| XYZ | 57.1 | 70.37 | 22.13 | - |
| YUV | 208.4 | 65.7 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 228 | 98 | 0.07 | 0 | 0.57 | 0.11 | 67.38 | 0.71 | 0.64 |
| Hex | D4 | E4 | 62 | 7 | 0 | 39 | B | 43 | 47 | 40 |
| Octal | 324 | 344 | 142 | 7 | 0 | 71 | 13 | 103 | 107 | 100 |
| Binary | 11010100 | 11100100 | 1100010 | 111 | 0 | 111001 | 1011 | 1000011 | 1000111 | 1000000 |
Color Harmonies of #D4E462
Complementary color
Monochromatic Colors of #D4E462
Black with #D4E462
Text Example
Text Example
White with #D4E462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E462; }
p { color: rgb(212,228,98); }
H1.HeaderClassName
{
color: #D4E462;
}
.AnyTagClassName
{
color: #D4E462;
}
</style>
background-color css
<style>
a { background-color: #D4E462; }
a { background-color: rgb(212,228,98); }
div.DivClassName
{
background-color: #D4E462;
}
.BgClassName
{
background-color: #D4E462;
}
</style>
border-color css
<style>
span { border-color: #D4E462; }
span { border-color: rgb(212,228,98); }
td.TdClassName
{
border-color: #D4E462;
}
.TagClassName
{
border-color: #D4E462;
}
</style>