Shades of Mindaro #D5E36A
Tints of Mindaro #D5E36A
RGB
CMYK
RGB Variations
Color information
#D5E36A (or 0xD5E36A) is known color: Mindaro. HEX triplet: D5, E3 and 6A. RGB value is (213,227,106). Sum of RGB (Red+Green+Blue) = 213+227+106=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E36A is #2A1C95. Grayscale: #D1D1D1. Windows color (decimal): -2759830 or 7005141. OLE color: 7005141.
HSL color Cylindrical-coordinate representation of color #D5E36A: hue angle of 66.94º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5E36A is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 106 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.11 |
| HSL | 66.94º | 0.68% | 0.65% | - |
| HSV(B) | 66.94º | 0.53% | 0.89% | - |
| XYZ | 57.51 | 70.12 | 24.14 | - |
| YUV | 209.02 | 69.86 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 106 | 0.06 | 0 | 0.53 | 0.11 | 66.94 | 0.68 | 0.65 |
| Hex | D5 | E3 | 6A | 6 | 0 | 35 | B | 43 | 44 | 41 |
| Octal | 325 | 343 | 152 | 6 | 0 | 65 | 13 | 103 | 104 | 101 |
| Binary | 11010101 | 11100011 | 1101010 | 110 | 0 | 110101 | 1011 | 1000011 | 1000100 | 1000001 |
Color Harmonies of #D5E36A
Complementary color
Monochromatic Colors of #D5E36A
Black with #D5E36A
Text Example
Text Example
White with #D5E36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E36A; }
p { color: rgb(213,227,106); }
H1.HeaderClassName
{
color: #D5E36A;
}
.AnyTagClassName
{
color: #D5E36A;
}
</style>
background-color css
<style>
a { background-color: #D5E36A; }
a { background-color: rgb(213,227,106); }
div.DivClassName
{
background-color: #D5E36A;
}
.BgClassName
{
background-color: #D5E36A;
}
</style>
border-color css
<style>
span { border-color: #D5E36A; }
span { border-color: rgb(213,227,106); }
td.TdClassName
{
border-color: #D5E36A;
}
.TagClassName
{
border-color: #D5E36A;
}
</style>