Shades of Mindaro #D1E660
Tints of Mindaro #D1E660
RGB
CMYK
RGB Variations
Color information
#D1E660 (or 0xD1E660) is known color: Mindaro. HEX triplet: D1, E6 and 60. RGB value is (209,230,96). Sum of RGB (Red+Green+Blue) = 209+230+96=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E660 is #2E199F. Grayscale: #D0D0D0. Windows color (decimal): -3021216 or 6350545. OLE color: 6350545.
HSL color Cylindrical-coordinate representation of color #D1E660: hue angle of 69.4º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1E660 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 96 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.10 |
| HSL | 69.4º | 0.73% | 0.64% | - |
| HSV(B) | 69.4º | 0.58% | 0.9% | - |
| XYZ | 56.7 | 70.99 | 21.78 | - |
| YUV | 208.45 | 64.54 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 96 | 0.09 | 0 | 0.58 | 0.10 | 69.4 | 0.73 | 0.64 |
| Hex | D1 | E6 | 60 | 9 | 0 | 3A | A | 45 | 49 | 40 |
| Octal | 321 | 346 | 140 | 11 | 0 | 72 | 12 | 105 | 111 | 100 |
| Binary | 11010001 | 11100110 | 1100000 | 1001 | 0 | 111010 | 1010 | 1000101 | 1001001 | 1000000 |
Color Harmonies of #D1E660
Complementary color
Monochromatic Colors of #D1E660
Black with #D1E660
Text Example
Text Example
White with #D1E660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E660; }
p { color: rgb(209,230,96); }
H1.HeaderClassName
{
color: #D1E660;
}
.AnyTagClassName
{
color: #D1E660;
}
</style>
background-color css
<style>
a { background-color: #D1E660; }
a { background-color: rgb(209,230,96); }
div.DivClassName
{
background-color: #D1E660;
}
.BgClassName
{
background-color: #D1E660;
}
</style>
border-color css
<style>
span { border-color: #D1E660; }
span { border-color: rgb(209,230,96); }
td.TdClassName
{
border-color: #D1E660;
}
.TagClassName
{
border-color: #D1E660;
}
</style>