Shades of Mindaro #D0E277
Tints of Mindaro #D0E277
RGB
CMYK
RGB Variations
Color information
#D0E277 (or 0xD0E277) is known color: Mindaro. HEX triplet: D0, E2 and 77. RGB value is (208,226,119). Sum of RGB (Red+Green+Blue) = 208+226+119=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E277 is #2F1D88. Grayscale: #D0D0D0. Windows color (decimal): -3087753 or 7856848. OLE color: 7856848.
HSL color Cylindrical-coordinate representation of color #D0E277: hue angle of 70.09º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0E277 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 119 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.11 |
| HSL | 70.09º | 0.65% | 0.68% | - |
| HSV(B) | 70.09º | 0.47% | 0.89% | - |
| XYZ | 56.54 | 69.13 | 27.82 | - |
| YUV | 208.42 | 77.54 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 119 | 0.08 | 0 | 0.47 | 0.11 | 70.09 | 0.65 | 0.68 |
| Hex | D0 | E2 | 77 | 8 | 0 | 2F | B | 46 | 41 | 44 |
| Octal | 320 | 342 | 167 | 10 | 0 | 57 | 13 | 106 | 101 | 104 |
| Binary | 11010000 | 11100010 | 1110111 | 1000 | 0 | 101111 | 1011 | 1000110 | 1000001 | 1000100 |
Color Harmonies of #D0E277
Complementary color
Monochromatic Colors of #D0E277
Black with #D0E277
Text Example
Text Example
White with #D0E277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E277; }
p { color: rgb(208,226,119); }
H1.HeaderClassName
{
color: #D0E277;
}
.AnyTagClassName
{
color: #D0E277;
}
</style>
background-color css
<style>
a { background-color: #D0E277; }
a { background-color: rgb(208,226,119); }
div.DivClassName
{
background-color: #D0E277;
}
.BgClassName
{
background-color: #D0E277;
}
</style>
border-color css
<style>
span { border-color: #D0E277; }
span { border-color: rgb(208,226,119); }
td.TdClassName
{
border-color: #D0E277;
}
.TagClassName
{
border-color: #D0E277;
}
</style>