Shades of Mindaro #D1E270
Tints of Mindaro #D1E270
RGB
CMYK
RGB Variations
Color information
#D1E270 (or 0xD1E270) is known color: Mindaro. HEX triplet: D1, E2 and 70. RGB value is (209,226,112). Sum of RGB (Red+Green+Blue) = 209+226+112=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E270 is #2E1D8F. Grayscale: #D0D0D0. Windows color (decimal): -3022224 or 7398097. OLE color: 7398097.
HSL color Cylindrical-coordinate representation of color #D1E270: hue angle of 68.95º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1E270 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 226 | 112 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.11 |
| HSL | 68.95º | 0.66% | 0.66% | - |
| HSV(B) | 68.95º | 0.5% | 0.89% | - |
| XYZ | 56.42 | 69.12 | 25.7 | - |
| YUV | 207.92 | 73.87 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 226 | 112 | 0.08 | 0 | 0.50 | 0.11 | 68.95 | 0.66 | 0.66 |
| Hex | D1 | E2 | 70 | 8 | 0 | 32 | B | 45 | 42 | 42 |
| Octal | 321 | 342 | 160 | 10 | 0 | 62 | 13 | 105 | 102 | 102 |
| Binary | 11010001 | 11100010 | 1110000 | 1000 | 0 | 110010 | 1011 | 1000101 | 1000010 | 1000010 |
Color Harmonies of #D1E270
Complementary color
Monochromatic Colors of #D1E270
Black with #D1E270
Text Example
Text Example
White with #D1E270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E270; }
p { color: rgb(209,226,112); }
H1.HeaderClassName
{
color: #D1E270;
}
.AnyTagClassName
{
color: #D1E270;
}
</style>
background-color css
<style>
a { background-color: #D1E270; }
a { background-color: rgb(209,226,112); }
div.DivClassName
{
background-color: #D1E270;
}
.BgClassName
{
background-color: #D1E270;
}
</style>
border-color css
<style>
span { border-color: #D1E270; }
span { border-color: rgb(209,226,112); }
td.TdClassName
{
border-color: #D1E270;
}
.TagClassName
{
border-color: #D1E270;
}
</style>