Shades of Mindaro #D0E370
Tints of Mindaro #D0E370
RGB
CMYK
RGB Variations
Color information
#D0E370 (or 0xD0E370) is known color: Mindaro. HEX triplet: D0, E3 and 70. RGB value is (208,227,112). Sum of RGB (Red+Green+Blue) = 208+227+112=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E370 is #2F1C8F. Grayscale: #D0D0D0. Windows color (decimal): -3087504 or 7398352. OLE color: 7398352.
HSL color Cylindrical-coordinate representation of color #D0E370: hue angle of 69.91º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0E370 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 112 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.11 |
| HSL | 69.91º | 0.67% | 0.66% | - |
| HSV(B) | 69.91º | 0.51% | 0.89% | - |
| XYZ | 56.41 | 69.52 | 25.77 | - |
| YUV | 208.21 | 73.71 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 112 | 0.08 | 0 | 0.51 | 0.11 | 69.91 | 0.67 | 0.66 |
| Hex | D0 | E3 | 70 | 8 | 0 | 33 | B | 46 | 43 | 42 |
| Octal | 320 | 343 | 160 | 10 | 0 | 63 | 13 | 106 | 103 | 102 |
| Binary | 11010000 | 11100011 | 1110000 | 1000 | 0 | 110011 | 1011 | 1000110 | 1000011 | 1000010 |
Color Harmonies of #D0E370
Complementary color
Monochromatic Colors of #D0E370
Black with #D0E370
Text Example
Text Example
White with #D0E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E370; }
p { color: rgb(208,227,112); }
H1.HeaderClassName
{
color: #D0E370;
}
.AnyTagClassName
{
color: #D0E370;
}
</style>
background-color css
<style>
a { background-color: #D0E370; }
a { background-color: rgb(208,227,112); }
div.DivClassName
{
background-color: #D0E370;
}
.BgClassName
{
background-color: #D0E370;
}
</style>
border-color css
<style>
span { border-color: #D0E370; }
span { border-color: rgb(208,227,112); }
td.TdClassName
{
border-color: #D0E370;
}
.TagClassName
{
border-color: #D0E370;
}
</style>