Shades of Mindaro #D5E160
Tints of Mindaro #D5E160
RGB
CMYK
RGB Variations
Color information
#D5E160 (or 0xD5E160) is known color: Mindaro. HEX triplet: D5, E1 and 60. RGB value is (213,225,96). Sum of RGB (Red+Green+Blue) = 213+225+96=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E160 is #2A1E9F. Grayscale: #CFCFCF. Windows color (decimal): -2760352 or 6349269. OLE color: 6349269.
HSL color Cylindrical-coordinate representation of color #D5E160: hue angle of 65.58º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5E160 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 96 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.12 |
| HSL | 65.58º | 0.68% | 0.63% | - |
| HSV(B) | 65.58º | 0.57% | 0.88% | - |
| XYZ | 56.48 | 68.84 | 21.38 | - |
| YUV | 206.71 | 65.52 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 96 | 0.05 | 0 | 0.57 | 0.12 | 65.58 | 0.68 | 0.63 |
| Hex | D5 | E1 | 60 | 5 | 0 | 39 | C | 42 | 44 | 3F |
| Octal | 325 | 341 | 140 | 5 | 0 | 71 | 14 | 102 | 104 | 77 |
| Binary | 11010101 | 11100001 | 1100000 | 101 | 0 | 111001 | 1100 | 1000010 | 1000100 | 111111 |
Color Harmonies of #D5E160
Complementary color
Monochromatic Colors of #D5E160
Black with #D5E160
Text Example
Text Example
White with #D5E160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E160; }
p { color: rgb(213,225,96); }
H1.HeaderClassName
{
color: #D5E160;
}
.AnyTagClassName
{
color: #D5E160;
}
</style>
background-color css
<style>
a { background-color: #D5E160; }
a { background-color: rgb(213,225,96); }
div.DivClassName
{
background-color: #D5E160;
}
.BgClassName
{
background-color: #D5E160;
}
</style>
border-color css
<style>
span { border-color: #D5E160; }
span { border-color: rgb(213,225,96); }
td.TdClassName
{
border-color: #D5E160;
}
.TagClassName
{
border-color: #D5E160;
}
</style>