Shades of Mindaro #D1E36C
Tints of Mindaro #D1E36C
RGB
CMYK
RGB Variations
Color information
#D1E36C (or 0xD1E36C) is known color: Mindaro. HEX triplet: D1, E3 and 6C. RGB value is (209,227,108). Sum of RGB (Red+Green+Blue) = 209+227+108=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E36C is #2E1C93. Grayscale: #D0D0D0. Windows color (decimal): -3021972 or 7136209. OLE color: 7136209.
HSL color Cylindrical-coordinate representation of color #D1E36C: hue angle of 69.08º 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 #D1E36C is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 227 | 108 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.11 |
| HSL | 69.08º | 0.68% | 0.66% | - |
| HSV(B) | 69.08º | 0.52% | 0.89% | - |
| XYZ | 56.47 | 69.58 | 24.64 | - |
| YUV | 208.05 | 71.54 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 227 | 108 | 0.08 | 0 | 0.52 | 0.11 | 69.08 | 0.68 | 0.66 |
| Hex | D1 | E3 | 6C | 8 | 0 | 34 | B | 45 | 44 | 42 |
| Octal | 321 | 343 | 154 | 10 | 0 | 64 | 13 | 105 | 104 | 102 |
| Binary | 11010001 | 11100011 | 1101100 | 1000 | 0 | 110100 | 1011 | 1000101 | 1000100 | 1000010 |
Color Harmonies of #D1E36C
Complementary color
Monochromatic Colors of #D1E36C
Black with #D1E36C
Text Example
Text Example
White with #D1E36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E36C; }
p { color: rgb(209,227,108); }
H1.HeaderClassName
{
color: #D1E36C;
}
.AnyTagClassName
{
color: #D1E36C;
}
</style>
background-color css
<style>
a { background-color: #D1E36C; }
a { background-color: rgb(209,227,108); }
div.DivClassName
{
background-color: #D1E36C;
}
.BgClassName
{
background-color: #D1E36C;
}
</style>
border-color css
<style>
span { border-color: #D1E36C; }
span { border-color: rgb(209,227,108); }
td.TdClassName
{
border-color: #D1E36C;
}
.TagClassName
{
border-color: #D1E36C;
}
</style>