Shades of Mindaro #D5E45A
Tints of Mindaro #D5E45A
RGB
CMYK
RGB Variations
Color information
#D5E45A (or 0xD5E45A) is known color: Mindaro. HEX triplet: D5, E4 and 5A. RGB value is (213,228,90). Sum of RGB (Red+Green+Blue) = 213+228+90=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E45A is #2A1BA5. Grayscale: #D0D0D0. Windows color (decimal): -2759590 or 5956821. OLE color: 5956821.
HSL color Cylindrical-coordinate representation of color #D5E45A: hue angle of 66.52º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5E45A is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 90 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.11 |
| HSL | 66.52º | 0.72% | 0.62% | - |
| HSV(B) | 66.52º | 0.61% | 0.89% | - |
| XYZ | 57.03 | 70.37 | 20.25 | - |
| YUV | 207.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 90 | 0.07 | 0 | 0.61 | 0.11 | 66.52 | 0.72 | 0.62 |
| Hex | D5 | E4 | 5A | 7 | 0 | 3D | B | 43 | 48 | 3E |
| Octal | 325 | 344 | 132 | 7 | 0 | 75 | 13 | 103 | 110 | 76 |
| Binary | 11010101 | 11100100 | 1011010 | 111 | 0 | 111101 | 1011 | 1000011 | 1001000 | 111110 |
Color Harmonies of #D5E45A
Complementary color
Monochromatic Colors of #D5E45A
Black with #D5E45A
Text Example
Text Example
White with #D5E45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E45A; }
p { color: rgb(213,228,90); }
H1.HeaderClassName
{
color: #D5E45A;
}
.AnyTagClassName
{
color: #D5E45A;
}
</style>
background-color css
<style>
a { background-color: #D5E45A; }
a { background-color: rgb(213,228,90); }
div.DivClassName
{
background-color: #D5E45A;
}
.BgClassName
{
background-color: #D5E45A;
}
</style>
border-color css
<style>
span { border-color: #D5E45A; }
span { border-color: rgb(213,228,90); }
td.TdClassName
{
border-color: #D5E45A;
}
.TagClassName
{
border-color: #D5E45A;
}
</style>