Shades of Mindaro #D5EF6A
Tints of Mindaro #D5EF6A
RGB
CMYK
RGB Variations
Color information
#D5EF6A (or 0xD5EF6A) is known color: Mindaro. HEX triplet: D5, EF and 6A. RGB value is (213,239,106). Sum of RGB (Red+Green+Blue) = 213+239+106=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 106 (41.80% from 255 or 19.00% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EF6A is #2A1095. Grayscale: #D8D8D8. Windows color (decimal): -2756758 or 7008213. OLE color: 7008213.
HSL color Cylindrical-coordinate representation of color #D5EF6A: hue angle of 71.73º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5EF6A is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 106 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.06 |
| HSL | 71.73º | 0.81% | 0.68% | - |
| HSV(B) | 71.73º | 0.56% | 0.94% | - |
| XYZ | 60.91 | 76.92 | 25.27 | - |
| YUV | 216.06 | 65.89 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 106 | 0.11 | 0 | 0.56 | 0.06 | 71.73 | 0.81 | 0.68 |
| Hex | D5 | EF | 6A | B | 0 | 38 | 6 | 48 | 51 | 44 |
| Octal | 325 | 357 | 152 | 13 | 0 | 70 | 6 | 110 | 121 | 104 |
| Binary | 11010101 | 11101111 | 1101010 | 1011 | 0 | 111000 | 110 | 1001000 | 1010001 | 1000100 |
Color Harmonies of #D5EF6A
Complementary color
Monochromatic Colors of #D5EF6A
Black with #D5EF6A
Text Example
Text Example
White with #D5EF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF6A; }
p { color: rgb(213,239,106); }
H1.HeaderClassName
{
color: #D5EF6A;
}
.AnyTagClassName
{
color: #D5EF6A;
}
</style>
background-color css
<style>
a { background-color: #D5EF6A; }
a { background-color: rgb(213,239,106); }
div.DivClassName
{
background-color: #D5EF6A;
}
.BgClassName
{
background-color: #D5EF6A;
}
</style>
border-color css
<style>
span { border-color: #D5EF6A; }
span { border-color: rgb(213,239,106); }
td.TdClassName
{
border-color: #D5EF6A;
}
.TagClassName
{
border-color: #D5EF6A;
}
</style>