Shades of Mindaro #D1E85A
Tints of Mindaro #D1E85A
RGB
CMYK
RGB Variations
Color information
#D1E85A (or 0xD1E85A) is known color: Mindaro. HEX triplet: D1, E8 and 5A. RGB value is (209,232,90). Sum of RGB (Red+Green+Blue) = 209+232+90=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E85A is #2E17A5. Grayscale: #D1D1D1. Windows color (decimal): -3020710 or 5957841. OLE color: 5957841.
HSL color Cylindrical-coordinate representation of color #D1E85A: hue angle of 69.72º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1E85A is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 232 | 90 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.09 |
| HSL | 69.72º | 0.76% | 0.63% | - |
| HSV(B) | 69.72º | 0.61% | 0.91% | - |
| XYZ | 57 | 72.01 | 20.57 | - |
| YUV | 208.94 | 60.88 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 232 | 90 | 0.10 | 0 | 0.61 | 0.09 | 69.72 | 0.76 | 0.63 |
| Hex | D1 | E8 | 5A | A | 0 | 3D | 9 | 46 | 4C | 3F |
| Octal | 321 | 350 | 132 | 12 | 0 | 75 | 11 | 106 | 114 | 77 |
| Binary | 11010001 | 11101000 | 1011010 | 1010 | 0 | 111101 | 1001 | 1000110 | 1001100 | 111111 |
Color Harmonies of #D1E85A
Complementary color
Monochromatic Colors of #D1E85A
Black with #D1E85A
Text Example
Text Example
White with #D1E85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E85A; }
p { color: rgb(209,232,90); }
H1.HeaderClassName
{
color: #D1E85A;
}
.AnyTagClassName
{
color: #D1E85A;
}
</style>
background-color css
<style>
a { background-color: #D1E85A; }
a { background-color: rgb(209,232,90); }
div.DivClassName
{
background-color: #D1E85A;
}
.BgClassName
{
background-color: #D1E85A;
}
</style>
border-color css
<style>
span { border-color: #D1E85A; }
span { border-color: rgb(209,232,90); }
td.TdClassName
{
border-color: #D1E85A;
}
.TagClassName
{
border-color: #D1E85A;
}
</style>