Shades of Mindaro #D3E85F
Tints of Mindaro #D3E85F
RGB
CMYK
RGB Variations
Color information
#D3E85F (or 0xD3E85F) is known color: Mindaro. HEX triplet: D3, E8 and 5F. RGB value is (211,232,95). Sum of RGB (Red+Green+Blue) = 211+232+95=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #D3E85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E85F is #2C17A0. Grayscale: #D2D2D2. Windows color (decimal): -2889633 or 6285523. OLE color: 6285523.
HSL color Cylindrical-coordinate representation of color #D3E85F: hue angle of 69.2º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3E85F is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 232 | 95 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.09 |
| HSL | 69.2º | 0.75% | 0.64% | - |
| HSV(B) | 69.2º | 0.59% | 0.91% | - |
| XYZ | 57.79 | 72.39 | 21.75 | - |
| YUV | 210.1 | 63.04 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 232 | 95 | 0.09 | 0 | 0.59 | 0.09 | 69.2 | 0.75 | 0.64 |
| Hex | D3 | E8 | 5F | 9 | 0 | 3B | 9 | 45 | 4B | 40 |
| Octal | 323 | 350 | 137 | 11 | 0 | 73 | 11 | 105 | 113 | 100 |
| Binary | 11010011 | 11101000 | 1011111 | 1001 | 0 | 111011 | 1001 | 1000101 | 1001011 | 1000000 |
Color Harmonies of #D3E85F
Complementary color
Monochromatic Colors of #D3E85F
Black with #D3E85F
Text Example
Text Example
White with #D3E85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E85F; }
p { color: rgb(211,232,95); }
H1.HeaderClassName
{
color: #D3E85F;
}
.AnyTagClassName
{
color: #D3E85F;
}
</style>
background-color css
<style>
a { background-color: #D3E85F; }
a { background-color: rgb(211,232,95); }
div.DivClassName
{
background-color: #D3E85F;
}
.BgClassName
{
background-color: #D3E85F;
}
</style>
border-color css
<style>
span { border-color: #D3E85F; }
span { border-color: rgb(211,232,95); }
td.TdClassName
{
border-color: #D3E85F;
}
.TagClassName
{
border-color: #D3E85F;
}
</style>