Shades of Mindaro #D1E271
Tints of Mindaro #D1E271
RGB
CMYK
RGB Variations
Color information
#D1E271 (or 0xD1E271) is known color: Mindaro. HEX triplet: D1, E2 and 71. RGB value is (209,226,113). Sum of RGB (Red+Green+Blue) = 209+226+113=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E271 is #2E1D8E. Grayscale: #D0D0D0. Windows color (decimal): -3022223 or 7463633. OLE color: 7463633.
HSL color Cylindrical-coordinate representation of color #D1E271: hue angle of 69.03º 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 #D1E271 is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 226 | 113 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.11 |
| HSL | 69.03º | 0.66% | 0.66% | - |
| HSV(B) | 69.03º | 0.5% | 0.89% | - |
| XYZ | 56.47 | 69.14 | 25.99 | - |
| YUV | 208.04 | 74.37 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 226 | 113 | 0.08 | 0 | 0.5 | 0.11 | 69.03 | 0.66 | 0.66 |
| Hex | D1 | E2 | 71 | 8 | 0 | 32 | B | 45 | 42 | 42 |
| Octal | 321 | 342 | 161 | 10 | 0 | 62 | 13 | 105 | 102 | 102 |
| Binary | 11010001 | 11100010 | 1110001 | 1000 | 0 | 110010 | 1011 | 1000101 | 1000010 | 1000010 |
Color Harmonies of #D1E271
Complementary color
Monochromatic Colors of #D1E271
Black with #D1E271
Text Example
Text Example
White with #D1E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E271; }
p { color: rgb(209,226,113); }
H1.HeaderClassName
{
color: #D1E271;
}
.AnyTagClassName
{
color: #D1E271;
}
</style>
background-color css
<style>
a { background-color: #D1E271; }
a { background-color: rgb(209,226,113); }
div.DivClassName
{
background-color: #D1E271;
}
.BgClassName
{
background-color: #D1E271;
}
</style>
border-color css
<style>
span { border-color: #D1E271; }
span { border-color: rgb(209,226,113); }
td.TdClassName
{
border-color: #D1E271;
}
.TagClassName
{
border-color: #D1E271;
}
</style>