Shades of Mindaro #D4EF5D
Tints of Mindaro #D4EF5D
RGB
CMYK
RGB Variations
Color information
#D4EF5D (or 0xD4EF5D) is known color: Mindaro. HEX triplet: D4, EF and 5D. RGB value is (212,239,93). Sum of RGB (Red+Green+Blue) = 212+239+93=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EF5D is #2B10A2. Grayscale: #D6D6D6. Windows color (decimal): -2822307 or 6156244. OLE color: 6156244.
HSL color Cylindrical-coordinate representation of color #D4EF5D: hue angle of 71.1º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4EF5D is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 93 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.06 |
| HSL | 71.1º | 0.82% | 0.65% | - |
| HSV(B) | 71.1º | 0.61% | 0.94% | - |
| XYZ | 59.99 | 76.52 | 21.96 | - |
| YUV | 214.28 | 59.55 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 93 | 0.11 | 0 | 0.61 | 0.06 | 71.1 | 0.82 | 0.65 |
| Hex | D4 | EF | 5D | B | 0 | 3D | 6 | 47 | 52 | 41 |
| Octal | 324 | 357 | 135 | 13 | 0 | 75 | 6 | 107 | 122 | 101 |
| Binary | 11010100 | 11101111 | 1011101 | 1011 | 0 | 111101 | 110 | 1000111 | 1010010 | 1000001 |
Color Harmonies of #D4EF5D
Complementary color
Monochromatic Colors of #D4EF5D
Black with #D4EF5D
Text Example
Text Example
White with #D4EF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF5D; }
p { color: rgb(212,239,93); }
H1.HeaderClassName
{
color: #D4EF5D;
}
.AnyTagClassName
{
color: #D4EF5D;
}
</style>
background-color css
<style>
a { background-color: #D4EF5D; }
a { background-color: rgb(212,239,93); }
div.DivClassName
{
background-color: #D4EF5D;
}
.BgClassName
{
background-color: #D4EF5D;
}
</style>
border-color css
<style>
span { border-color: #D4EF5D; }
span { border-color: rgb(212,239,93); }
td.TdClassName
{
border-color: #D4EF5D;
}
.TagClassName
{
border-color: #D4EF5D;
}
</style>