Shades of Mindaro #D0E56B
Tints of Mindaro #D0E56B
RGB
CMYK
RGB Variations
Color information
#D0E56B (or 0xD0E56B) is known color: Mindaro. HEX triplet: D0, E5 and 6B. RGB value is (208,229,107). Sum of RGB (Red+Green+Blue) = 208+229+107=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E56B is #2F1A94. Grayscale: #D1D1D1. Windows color (decimal): -3086997 or 7071184. OLE color: 7071184.
HSL color Cylindrical-coordinate representation of color #D0E56B: hue angle of 70.33º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0E56B is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 229 | 107 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.10 |
| HSL | 70.33º | 0.7% | 0.66% | - |
| HSV(B) | 70.33º | 0.53% | 0.9% | - |
| XYZ | 56.69 | 70.51 | 24.53 | - |
| YUV | 208.81 | 70.54 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 107 | 0.09 | 0 | 0.53 | 0.10 | 70.33 | 0.7 | 0.66 |
| Hex | D0 | E5 | 6B | 9 | 0 | 35 | A | 46 | 46 | 42 |
| Octal | 320 | 345 | 153 | 11 | 0 | 65 | 12 | 106 | 106 | 102 |
| Binary | 11010000 | 11100101 | 1101011 | 1001 | 0 | 110101 | 1010 | 1000110 | 1000110 | 1000010 |
Color Harmonies of #D0E56B
Complementary color
Monochromatic Colors of #D0E56B
Black with #D0E56B
Text Example
Text Example
White with #D0E56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E56B; }
p { color: rgb(208,229,107); }
H1.HeaderClassName
{
color: #D0E56B;
}
.AnyTagClassName
{
color: #D0E56B;
}
</style>
background-color css
<style>
a { background-color: #D0E56B; }
a { background-color: rgb(208,229,107); }
div.DivClassName
{
background-color: #D0E56B;
}
.BgClassName
{
background-color: #D0E56B;
}
</style>
border-color css
<style>
span { border-color: #D0E56B; }
span { border-color: rgb(208,229,107); }
td.TdClassName
{
border-color: #D0E56B;
}
.TagClassName
{
border-color: #D0E56B;
}
</style>