Shades of Mindaro #D5EF5D
Tints of Mindaro #D5EF5D
RGB
CMYK
RGB Variations
Color information
#D5EF5D (or 0xD5EF5D) is known color: Mindaro. HEX triplet: D5, EF and 5D. RGB value is (213,239,93). Sum of RGB (Red+Green+Blue) = 213+239+93=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EF5D is #2A10A2. Grayscale: #D7D7D7. Windows color (decimal): -2756771 or 6156245. OLE color: 6156245.
HSL color Cylindrical-coordinate representation of color #D5EF5D: hue angle of 70.68º 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 #D5EF5D is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 93 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.06 |
| HSL | 70.68º | 0.82% | 0.65% | - |
| HSV(B) | 70.68º | 0.61% | 0.94% | - |
| XYZ | 60.28 | 76.67 | 21.98 | - |
| YUV | 214.58 | 59.39 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 93 | 0.11 | 0 | 0.61 | 0.06 | 70.68 | 0.82 | 0.65 |
| Hex | D5 | EF | 5D | B | 0 | 3D | 6 | 47 | 52 | 41 |
| Octal | 325 | 357 | 135 | 13 | 0 | 75 | 6 | 107 | 122 | 101 |
| Binary | 11010101 | 11101111 | 1011101 | 1011 | 0 | 111101 | 110 | 1000111 | 1010010 | 1000001 |
Color Harmonies of #D5EF5D
Complementary color
Monochromatic Colors of #D5EF5D
Black with #D5EF5D
Text Example
Text Example
White with #D5EF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF5D; }
p { color: rgb(213,239,93); }
H1.HeaderClassName
{
color: #D5EF5D;
}
.AnyTagClassName
{
color: #D5EF5D;
}
</style>
background-color css
<style>
a { background-color: #D5EF5D; }
a { background-color: rgb(213,239,93); }
div.DivClassName
{
background-color: #D5EF5D;
}
.BgClassName
{
background-color: #D5EF5D;
}
</style>
border-color css
<style>
span { border-color: #D5EF5D; }
span { border-color: rgb(213,239,93); }
td.TdClassName
{
border-color: #D5EF5D;
}
.TagClassName
{
border-color: #D5EF5D;
}
</style>