Shades of Mindaro #D5E25E
Tints of Mindaro #D5E25E
RGB
CMYK
RGB Variations
Color information
#D5E25E (or 0xD5E25E) is known color: Mindaro. HEX triplet: D5, E2 and 5E. RGB value is (213,226,94). Sum of RGB (Red+Green+Blue) = 213+226+94=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E25E is #2A1DA1. Grayscale: #CFCFCF. Windows color (decimal): -2760098 or 6218453. OLE color: 6218453.
HSL color Cylindrical-coordinate representation of color #D5E25E: hue angle of 65.91º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5E25E is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 226 | 94 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.11 |
| HSL | 65.91º | 0.69% | 0.63% | - |
| HSV(B) | 65.91º | 0.58% | 0.89% | - |
| XYZ | 56.66 | 69.35 | 20.99 | - |
| YUV | 207.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 226 | 94 | 0.06 | 0 | 0.58 | 0.11 | 65.91 | 0.69 | 0.63 |
| Hex | D5 | E2 | 5E | 6 | 0 | 3A | B | 42 | 45 | 3F |
| Octal | 325 | 342 | 136 | 6 | 0 | 72 | 13 | 102 | 105 | 77 |
| Binary | 11010101 | 11100010 | 1011110 | 110 | 0 | 111010 | 1011 | 1000010 | 1000101 | 111111 |
Color Harmonies of #D5E25E
Complementary color
Monochromatic Colors of #D5E25E
Black with #D5E25E
Text Example
Text Example
White with #D5E25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E25E; }
p { color: rgb(213,226,94); }
H1.HeaderClassName
{
color: #D5E25E;
}
.AnyTagClassName
{
color: #D5E25E;
}
</style>
background-color css
<style>
a { background-color: #D5E25E; }
a { background-color: rgb(213,226,94); }
div.DivClassName
{
background-color: #D5E25E;
}
.BgClassName
{
background-color: #D5E25E;
}
</style>
border-color css
<style>
span { border-color: #D5E25E; }
span { border-color: rgb(213,226,94); }
td.TdClassName
{
border-color: #D5E25E;
}
.TagClassName
{
border-color: #D5E25E;
}
</style>