Shades of Mindaro #D1E36E
Tints of Mindaro #D1E36E
RGB
CMYK
RGB Variations
Color information
#D1E36E (or 0xD1E36E) is known color: Mindaro. HEX triplet: D1, E3 and 6E. RGB value is (209,227,110). Sum of RGB (Red+Green+Blue) = 209+227+110=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E36E is #2E1C91. Grayscale: #D0D0D0. Windows color (decimal): -3021970 or 7267281. OLE color: 7267281.
HSL color Cylindrical-coordinate representation of color #D1E36E: hue angle of 69.23º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1E36E is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 227 | 110 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.11 |
| HSL | 69.23º | 0.68% | 0.66% | - |
| HSV(B) | 69.23º | 0.52% | 0.89% | - |
| XYZ | 56.58 | 69.62 | 25.21 | - |
| YUV | 208.28 | 72.54 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 227 | 110 | 0.08 | 0 | 0.52 | 0.11 | 69.23 | 0.68 | 0.66 |
| Hex | D1 | E3 | 6E | 8 | 0 | 34 | B | 45 | 44 | 42 |
| Octal | 321 | 343 | 156 | 10 | 0 | 64 | 13 | 105 | 104 | 102 |
| Binary | 11010001 | 11100011 | 1101110 | 1000 | 0 | 110100 | 1011 | 1000101 | 1000100 | 1000010 |
Color Harmonies of #D1E36E
Complementary color
Monochromatic Colors of #D1E36E
Black with #D1E36E
Text Example
Text Example
White with #D1E36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E36E; }
p { color: rgb(209,227,110); }
H1.HeaderClassName
{
color: #D1E36E;
}
.AnyTagClassName
{
color: #D1E36E;
}
</style>
background-color css
<style>
a { background-color: #D1E36E; }
a { background-color: rgb(209,227,110); }
div.DivClassName
{
background-color: #D1E36E;
}
.BgClassName
{
background-color: #D1E36E;
}
</style>
border-color css
<style>
span { border-color: #D1E36E; }
span { border-color: rgb(209,227,110); }
td.TdClassName
{
border-color: #D1E36E;
}
.TagClassName
{
border-color: #D1E36E;
}
</style>