Shades of Mindaro #D0E172
Tints of Mindaro #D0E172
RGB
CMYK
RGB Variations
Color information
#D0E172 (or 0xD0E172) is known color: Mindaro. HEX triplet: D0, E1 and 72. RGB value is (208,225,114). Sum of RGB (Red+Green+Blue) = 208+225+114=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E172 is #2F1E8D. Grayscale: #CFCFCF. Windows color (decimal): -3088014 or 7528912. OLE color: 7528912.
HSL color Cylindrical-coordinate representation of color #D0E172: hue angle of 69.19º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0E172 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 114 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.12 |
| HSL | 69.19º | 0.65% | 0.66% | - |
| HSV(B) | 69.19º | 0.49% | 0.88% | - |
| XYZ | 55.97 | 68.48 | 26.19 | - |
| YUV | 207.26 | 75.37 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 114 | 0.08 | 0 | 0.49 | 0.12 | 69.19 | 0.65 | 0.66 |
| Hex | D0 | E1 | 72 | 8 | 0 | 31 | C | 45 | 41 | 42 |
| Octal | 320 | 341 | 162 | 10 | 0 | 61 | 14 | 105 | 101 | 102 |
| Binary | 11010000 | 11100001 | 1110010 | 1000 | 0 | 110001 | 1100 | 1000101 | 1000001 | 1000010 |
Color Harmonies of #D0E172
Complementary color
Monochromatic Colors of #D0E172
Black with #D0E172
Text Example
Text Example
White with #D0E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E172; }
p { color: rgb(208,225,114); }
H1.HeaderClassName
{
color: #D0E172;
}
.AnyTagClassName
{
color: #D0E172;
}
</style>
background-color css
<style>
a { background-color: #D0E172; }
a { background-color: rgb(208,225,114); }
div.DivClassName
{
background-color: #D0E172;
}
.BgClassName
{
background-color: #D0E172;
}
</style>
border-color css
<style>
span { border-color: #D0E172; }
span { border-color: rgb(208,225,114); }
td.TdClassName
{
border-color: #D0E172;
}
.TagClassName
{
border-color: #D0E172;
}
</style>