Shades of Mindaro #D0E176
Tints of Mindaro #D0E176
RGB
CMYK
RGB Variations
Color information
#D0E176 (or 0xD0E176) is known color: Mindaro. HEX triplet: D0, E1 and 76. RGB value is (208,225,118). Sum of RGB (Red+Green+Blue) = 208+225+118=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E176 is #2F1E89. Grayscale: #D0D0D0. Windows color (decimal): -3088010 or 7791056. OLE color: 7791056.
HSL color Cylindrical-coordinate representation of color #D0E176: hue angle of 69.53º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0E176 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 118 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.12 |
| HSL | 69.53º | 0.64% | 0.67% | - |
| HSV(B) | 69.53º | 0.48% | 0.88% | - |
| XYZ | 56.21 | 68.57 | 27.41 | - |
| YUV | 207.72 | 77.37 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 118 | 0.08 | 0 | 0.48 | 0.12 | 69.53 | 0.64 | 0.67 |
| Hex | D0 | E1 | 76 | 8 | 0 | 30 | C | 46 | 40 | 43 |
| Octal | 320 | 341 | 166 | 10 | 0 | 60 | 14 | 106 | 100 | 103 |
| Binary | 11010000 | 11100001 | 1110110 | 1000 | 0 | 110000 | 1100 | 1000110 | 1000000 | 1000011 |
Color Harmonies of #D0E176
Complementary color
Monochromatic Colors of #D0E176
Black with #D0E176
Text Example
Text Example
White with #D0E176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E176; }
p { color: rgb(208,225,118); }
H1.HeaderClassName
{
color: #D0E176;
}
.AnyTagClassName
{
color: #D0E176;
}
</style>
background-color css
<style>
a { background-color: #D0E176; }
a { background-color: rgb(208,225,118); }
div.DivClassName
{
background-color: #D0E176;
}
.BgClassName
{
background-color: #D0E176;
}
</style>
border-color css
<style>
span { border-color: #D0E176; }
span { border-color: rgb(208,225,118); }
td.TdClassName
{
border-color: #D0E176;
}
.TagClassName
{
border-color: #D0E176;
}
</style>