Shades of Mindaro #D5E385
Tints of Mindaro #D5E385
RGB
CMYK
RGB Variations
Color information
#D5E385 (or 0xD5E385) is known color: Mindaro. HEX triplet: D5, E3 and 85. RGB value is (213,227,133). Sum of RGB (Red+Green+Blue) = 213+227+133=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E385 is #2A1C7A. Grayscale: #D4D4D4. Windows color (decimal): -2759803 or 8774613. OLE color: 8774613.
HSL color Cylindrical-coordinate representation of color #D5E385: hue angle of 68.94º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5E385 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 133 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.11 |
| HSL | 68.94º | 0.63% | 0.71% | - |
| HSV(B) | 68.94º | 0.41% | 0.89% | - |
| XYZ | 59.14 | 70.78 | 32.73 | - |
| YUV | 212.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 133 | 0.06 | 0 | 0.41 | 0.11 | 68.94 | 0.63 | 0.71 |
| Hex | D5 | E3 | 85 | 6 | 0 | 29 | B | 45 | 3F | 47 |
| Octal | 325 | 343 | 205 | 6 | 0 | 51 | 13 | 105 | 77 | 107 |
| Binary | 11010101 | 11100011 | 10000101 | 110 | 0 | 101001 | 1011 | 1000101 | 111111 | 1000111 |
Color Harmonies of #D5E385
Complementary color
Monochromatic Colors of #D5E385
Black with #D5E385
Text Example
Text Example
White with #D5E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E385; }
p { color: rgb(213,227,133); }
H1.HeaderClassName
{
color: #D5E385;
}
.AnyTagClassName
{
color: #D5E385;
}
</style>
background-color css
<style>
a { background-color: #D5E385; }
a { background-color: rgb(213,227,133); }
div.DivClassName
{
background-color: #D5E385;
}
.BgClassName
{
background-color: #D5E385;
}
</style>
border-color css
<style>
span { border-color: #D5E385; }
span { border-color: rgb(213,227,133); }
td.TdClassName
{
border-color: #D5E385;
}
.TagClassName
{
border-color: #D5E385;
}
</style>