Shades of Mindaro #D5EF5B
Tints of Mindaro #D5EF5B
RGB
CMYK
RGB Variations
Color information
#D5EF5B (or 0xD5EF5B) is known color: Mindaro. HEX triplet: D5, EF and 5B. RGB value is (213,239,91). Sum of RGB (Red+Green+Blue) = 213+239+91=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EF5B is #2A10A4. Grayscale: #D6D6D6. Windows color (decimal): -2756773 or 6025173. OLE color: 6025173.
HSL color Cylindrical-coordinate representation of color #D5EF5B: hue angle of 70.54º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5EF5B is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 91 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.06 |
| HSL | 70.54º | 0.82% | 0.65% | - |
| HSV(B) | 70.54º | 0.62% | 0.94% | - |
| XYZ | 60.2 | 76.63 | 21.52 | - |
| YUV | 214.35 | 58.39 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 91 | 0.11 | 0 | 0.62 | 0.06 | 70.54 | 0.82 | 0.65 |
| Hex | D5 | EF | 5B | B | 0 | 3E | 6 | 47 | 52 | 41 |
| Octal | 325 | 357 | 133 | 13 | 0 | 76 | 6 | 107 | 122 | 101 |
| Binary | 11010101 | 11101111 | 1011011 | 1011 | 0 | 111110 | 110 | 1000111 | 1010010 | 1000001 |
Color Harmonies of #D5EF5B
Complementary color
Monochromatic Colors of #D5EF5B
Black with #D5EF5B
Text Example
Text Example
White with #D5EF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF5B; }
p { color: rgb(213,239,91); }
H1.HeaderClassName
{
color: #D5EF5B;
}
.AnyTagClassName
{
color: #D5EF5B;
}
</style>
background-color css
<style>
a { background-color: #D5EF5B; }
a { background-color: rgb(213,239,91); }
div.DivClassName
{
background-color: #D5EF5B;
}
.BgClassName
{
background-color: #D5EF5B;
}
</style>
border-color css
<style>
span { border-color: #D5EF5B; }
span { border-color: rgb(213,239,91); }
td.TdClassName
{
border-color: #D5EF5B;
}
.TagClassName
{
border-color: #D5EF5B;
}
</style>