Shades of Mindaro #D5E16A
Tints of Mindaro #D5E16A
RGB
CMYK
RGB Variations
Color information
#D5E16A (or 0xD5E16A) is known color: Mindaro. HEX triplet: D5, E1 and 6A. RGB value is (213,225,106). Sum of RGB (Red+Green+Blue) = 213+225+106=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E16A is #2A1E95. Grayscale: #D0D0D0. Windows color (decimal): -2760342 or 7004629. OLE color: 7004629.
HSL color Cylindrical-coordinate representation of color #D5E16A: hue angle of 66.05º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5E16A is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 106 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.12 |
| HSL | 66.05º | 0.66% | 0.65% | - |
| HSV(B) | 66.05º | 0.53% | 0.88% | - |
| XYZ | 56.97 | 69.04 | 23.96 | - |
| YUV | 207.85 | 70.52 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 106 | 0.05 | 0 | 0.53 | 0.12 | 66.05 | 0.66 | 0.65 |
| Hex | D5 | E1 | 6A | 5 | 0 | 35 | C | 42 | 42 | 41 |
| Octal | 325 | 341 | 152 | 5 | 0 | 65 | 14 | 102 | 102 | 101 |
| Binary | 11010101 | 11100001 | 1101010 | 101 | 0 | 110101 | 1100 | 1000010 | 1000010 | 1000001 |
Color Harmonies of #D5E16A
Complementary color
Monochromatic Colors of #D5E16A
Black with #D5E16A
Text Example
Text Example
White with #D5E16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E16A; }
p { color: rgb(213,225,106); }
H1.HeaderClassName
{
color: #D5E16A;
}
.AnyTagClassName
{
color: #D5E16A;
}
</style>
background-color css
<style>
a { background-color: #D5E16A; }
a { background-color: rgb(213,225,106); }
div.DivClassName
{
background-color: #D5E16A;
}
.BgClassName
{
background-color: #D5E16A;
}
</style>
border-color css
<style>
span { border-color: #D5E16A; }
span { border-color: rgb(213,225,106); }
td.TdClassName
{
border-color: #D5E16A;
}
.TagClassName
{
border-color: #D5E16A;
}
</style>