Shades of Mindaro #D4EE5E
Tints of Mindaro #D4EE5E
RGB
CMYK
RGB Variations
Color information
#D4EE5E (or 0xD4EE5E) is known color: Mindaro. HEX triplet: D4, EE and 5E. RGB value is (212,238,94). Sum of RGB (Red+Green+Blue) = 212+238+94=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EE5E is #2B11A1. Grayscale: #D6D6D6. Windows color (decimal): -2822562 or 6221524. OLE color: 6221524.
HSL color Cylindrical-coordinate representation of color #D4EE5E: hue angle of 70.83º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4EE5E is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 238 | 94 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.07 |
| HSL | 70.83º | 0.81% | 0.65% | - |
| HSV(B) | 70.83º | 0.61% | 0.93% | - |
| XYZ | 59.75 | 75.95 | 22.1 | - |
| YUV | 213.81 | 60.39 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 238 | 94 | 0.11 | 0 | 0.61 | 0.07 | 70.83 | 0.81 | 0.65 |
| Hex | D4 | EE | 5E | B | 0 | 3D | 7 | 47 | 51 | 41 |
| Octal | 324 | 356 | 136 | 13 | 0 | 75 | 7 | 107 | 121 | 101 |
| Binary | 11010100 | 11101110 | 1011110 | 1011 | 0 | 111101 | 111 | 1000111 | 1010001 | 1000001 |
Color Harmonies of #D4EE5E
Complementary color
Monochromatic Colors of #D4EE5E
Black with #D4EE5E
Text Example
Text Example
White with #D4EE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EE5E; }
p { color: rgb(212,238,94); }
H1.HeaderClassName
{
color: #D4EE5E;
}
.AnyTagClassName
{
color: #D4EE5E;
}
</style>
background-color css
<style>
a { background-color: #D4EE5E; }
a { background-color: rgb(212,238,94); }
div.DivClassName
{
background-color: #D4EE5E;
}
.BgClassName
{
background-color: #D4EE5E;
}
</style>
border-color css
<style>
span { border-color: #D4EE5E; }
span { border-color: rgb(212,238,94); }
td.TdClassName
{
border-color: #D4EE5E;
}
.TagClassName
{
border-color: #D4EE5E;
}
</style>