Shades of Mindaro #D2E460
Tints of Mindaro #D2E460
RGB
CMYK
RGB Variations
Color information
#D2E460 (or 0xD2E460) is known color: Mindaro. HEX triplet: D2, E4 and 60. RGB value is (210,228,96). Sum of RGB (Red+Green+Blue) = 210+228+96=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E460 is #2D1B9F. Grayscale: #D0D0D0. Windows color (decimal): -2956192 or 6350034. OLE color: 6350034.
HSL color Cylindrical-coordinate representation of color #D2E460: hue angle of 68.18º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2E460 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 228 | 96 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.11 |
| HSL | 68.18º | 0.71% | 0.64% | - |
| HSV(B) | 68.18º | 0.58% | 0.89% | - |
| XYZ | 56.43 | 70.03 | 21.61 | - |
| YUV | 207.57 | 65.04 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 228 | 96 | 0.08 | 0 | 0.58 | 0.11 | 68.18 | 0.71 | 0.64 |
| Hex | D2 | E4 | 60 | 8 | 0 | 3A | B | 44 | 47 | 40 |
| Octal | 322 | 344 | 140 | 10 | 0 | 72 | 13 | 104 | 107 | 100 |
| Binary | 11010010 | 11100100 | 1100000 | 1000 | 0 | 111010 | 1011 | 1000100 | 1000111 | 1000000 |
Color Harmonies of #D2E460
Complementary color
Monochromatic Colors of #D2E460
Black with #D2E460
Text Example
Text Example
White with #D2E460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E460; }
p { color: rgb(210,228,96); }
H1.HeaderClassName
{
color: #D2E460;
}
.AnyTagClassName
{
color: #D2E460;
}
</style>
background-color css
<style>
a { background-color: #D2E460; }
a { background-color: rgb(210,228,96); }
div.DivClassName
{
background-color: #D2E460;
}
.BgClassName
{
background-color: #D2E460;
}
</style>
border-color css
<style>
span { border-color: #D2E460; }
span { border-color: rgb(210,228,96); }
td.TdClassName
{
border-color: #D2E460;
}
.TagClassName
{
border-color: #D2E460;
}
</style>