Shades of Mindaro #D0E27B
Tints of Mindaro #D0E27B
RGB
CMYK
RGB Variations
Color information
#D0E27B (or 0xD0E27B) is known color: Mindaro. HEX triplet: D0, E2 and 7B. RGB value is (208,226,123). Sum of RGB (Red+Green+Blue) = 208+226+123=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E27B is #2F1D84. Grayscale: #D1D1D1. Windows color (decimal): -3087749 or 8118992. OLE color: 8118992.
HSL color Cylindrical-coordinate representation of color #D0E27B: hue angle of 70.49º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0E27B is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 123 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.11 |
| HSL | 70.49º | 0.64% | 0.68% | - |
| HSV(B) | 70.49º | 0.46% | 0.89% | - |
| XYZ | 56.78 | 69.23 | 29.11 | - |
| YUV | 208.88 | 79.54 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 123 | 0.08 | 0 | 0.46 | 0.11 | 70.49 | 0.64 | 0.68 |
| Hex | D0 | E2 | 7B | 8 | 0 | 2E | B | 46 | 40 | 44 |
| Octal | 320 | 342 | 173 | 10 | 0 | 56 | 13 | 106 | 100 | 104 |
| Binary | 11010000 | 11100010 | 1111011 | 1000 | 0 | 101110 | 1011 | 1000110 | 1000000 | 1000100 |
Color Harmonies of #D0E27B
Complementary color
Monochromatic Colors of #D0E27B
Black with #D0E27B
Text Example
Text Example
White with #D0E27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E27B; }
p { color: rgb(208,226,123); }
H1.HeaderClassName
{
color: #D0E27B;
}
.AnyTagClassName
{
color: #D0E27B;
}
</style>
background-color css
<style>
a { background-color: #D0E27B; }
a { background-color: rgb(208,226,123); }
div.DivClassName
{
background-color: #D0E27B;
}
.BgClassName
{
background-color: #D0E27B;
}
</style>
border-color css
<style>
span { border-color: #D0E27B; }
span { border-color: rgb(208,226,123); }
td.TdClassName
{
border-color: #D0E27B;
}
.TagClassName
{
border-color: #D0E27B;
}
</style>