Shades of Mindaro #D5E65E
Tints of Mindaro #D5E65E
RGB
CMYK
RGB Variations
Color information
#D5E65E (or 0xD5E65E) is known color: Mindaro. HEX triplet: D5, E6 and 5E. RGB value is (213,230,94). Sum of RGB (Red+Green+Blue) = 213+230+94=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E65E is #2A19A1. Grayscale: #D1D1D1. Windows color (decimal): -2759074 or 6219477. OLE color: 6219477.
HSL color Cylindrical-coordinate representation of color #D5E65E: hue angle of 67.5º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5E65E is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 94 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.10 |
| HSL | 67.5º | 0.73% | 0.64% | - |
| HSV(B) | 67.5º | 0.59% | 0.9% | - |
| XYZ | 57.76 | 71.55 | 21.36 | - |
| YUV | 209.41 | 62.87 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 94 | 0.07 | 0 | 0.59 | 0.10 | 67.5 | 0.73 | 0.64 |
| Hex | D5 | E6 | 5E | 7 | 0 | 3B | A | 44 | 49 | 40 |
| Octal | 325 | 346 | 136 | 7 | 0 | 73 | 12 | 104 | 111 | 100 |
| Binary | 11010101 | 11100110 | 1011110 | 111 | 0 | 111011 | 1010 | 1000100 | 1001001 | 1000000 |
Color Harmonies of #D5E65E
Complementary color
Monochromatic Colors of #D5E65E
Black with #D5E65E
Text Example
Text Example
White with #D5E65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E65E; }
p { color: rgb(213,230,94); }
H1.HeaderClassName
{
color: #D5E65E;
}
.AnyTagClassName
{
color: #D5E65E;
}
</style>
background-color css
<style>
a { background-color: #D5E65E; }
a { background-color: rgb(213,230,94); }
div.DivClassName
{
background-color: #D5E65E;
}
.BgClassName
{
background-color: #D5E65E;
}
</style>
border-color css
<style>
span { border-color: #D5E65E; }
span { border-color: rgb(213,230,94); }
td.TdClassName
{
border-color: #D5E65E;
}
.TagClassName
{
border-color: #D5E65E;
}
</style>