Shades of Mindaro #D0E060
Tints of Mindaro #D0E060
RGB
CMYK
RGB Variations
Color information
#D0E060 (or 0xD0E060) is known color: Mindaro. HEX triplet: D0, E0 and 60. RGB value is (208,224,96). Sum of RGB (Red+Green+Blue) = 208+224+96=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E060 is #2F1F9F. Grayscale: #CDCDCD. Windows color (decimal): -3088288 or 6349008. OLE color: 6349008.
HSL color Cylindrical-coordinate representation of color #D0E060: hue angle of 67.5º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0E060 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 96 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.12 |
| HSL | 67.5º | 0.67% | 0.63% | - |
| HSV(B) | 67.5º | 0.57% | 0.88% | - |
| XYZ | 54.78 | 67.57 | 21.22 | - |
| YUV | 204.62 | 66.7 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 96 | 0.07 | 0 | 0.57 | 0.12 | 67.5 | 0.67 | 0.63 |
| Hex | D0 | E0 | 60 | 7 | 0 | 39 | C | 44 | 43 | 3F |
| Octal | 320 | 340 | 140 | 7 | 0 | 71 | 14 | 104 | 103 | 77 |
| Binary | 11010000 | 11100000 | 1100000 | 111 | 0 | 111001 | 1100 | 1000100 | 1000011 | 111111 |
Color Harmonies of #D0E060
Complementary color
Monochromatic Colors of #D0E060
Black with #D0E060
Text Example
Text Example
White with #D0E060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E060; }
p { color: rgb(208,224,96); }
H1.HeaderClassName
{
color: #D0E060;
}
.AnyTagClassName
{
color: #D0E060;
}
</style>
background-color css
<style>
a { background-color: #D0E060; }
a { background-color: rgb(208,224,96); }
div.DivClassName
{
background-color: #D0E060;
}
.BgClassName
{
background-color: #D0E060;
}
</style>
border-color css
<style>
span { border-color: #D0E060; }
span { border-color: rgb(208,224,96); }
td.TdClassName
{
border-color: #D0E060;
}
.TagClassName
{
border-color: #D0E060;
}
</style>