Shades of Mindaro #D4E062
Tints of Mindaro #D4E062
RGB
CMYK
RGB Variations
Color information
#D4E062 (or 0xD4E062) is known color: Mindaro. HEX triplet: D4, E0 and 62. RGB value is (212,224,98). Sum of RGB (Red+Green+Blue) = 212+224+98=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E062 is #2B1F9D. Grayscale: #CECECE. Windows color (decimal): -2826142 or 6480084. OLE color: 6480084.
HSL color Cylindrical-coordinate representation of color #D4E062: hue angle of 65.71º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4E062 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 224 | 98 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.12 |
| HSL | 65.71º | 0.67% | 0.63% | - |
| HSV(B) | 65.71º | 0.56% | 0.88% | - |
| XYZ | 56.01 | 68.19 | 21.77 | - |
| YUV | 206.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 98 | 0.05 | 0 | 0.56 | 0.12 | 65.71 | 0.67 | 0.63 |
| Hex | D4 | E0 | 62 | 5 | 0 | 38 | C | 42 | 43 | 3F |
| Octal | 324 | 340 | 142 | 5 | 0 | 70 | 14 | 102 | 103 | 77 |
| Binary | 11010100 | 11100000 | 1100010 | 101 | 0 | 111000 | 1100 | 1000010 | 1000011 | 111111 |
Color Harmonies of #D4E062
Complementary color
Monochromatic Colors of #D4E062
Black with #D4E062
Text Example
Text Example
White with #D4E062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E062; }
p { color: rgb(212,224,98); }
H1.HeaderClassName
{
color: #D4E062;
}
.AnyTagClassName
{
color: #D4E062;
}
</style>
background-color css
<style>
a { background-color: #D4E062; }
a { background-color: rgb(212,224,98); }
div.DivClassName
{
background-color: #D4E062;
}
.BgClassName
{
background-color: #D4E062;
}
</style>
border-color css
<style>
span { border-color: #D4E062; }
span { border-color: rgb(212,224,98); }
td.TdClassName
{
border-color: #D4E062;
}
.TagClassName
{
border-color: #D4E062;
}
</style>