Shades of Mindaro #D5EF51
Tints of Mindaro #D5EF51
RGB
CMYK
RGB Variations
Color information
#D5EF51 (or 0xD5EF51) is known color: Mindaro. HEX triplet: D5, EF and 51. RGB value is (213,239,81). Sum of RGB (Red+Green+Blue) = 213+239+81=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EF51 is #2A10AE. Grayscale: #D5D5D5. Windows color (decimal): -2756783 or 5369813. OLE color: 5369813.
HSL color Cylindrical-coordinate representation of color #D5EF51: hue angle of 69.87º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5EF51 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 81 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.06 |
| HSL | 69.87º | 0.83% | 0.63% | - |
| HSV(B) | 69.87º | 0.66% | 0.94% | - |
| XYZ | 59.79 | 76.47 | 19.39 | - |
| YUV | 213.21 | 53.39 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 81 | 0.11 | 0 | 0.66 | 0.06 | 69.87 | 0.83 | 0.63 |
| Hex | D5 | EF | 51 | B | 0 | 42 | 6 | 46 | 53 | 3F |
| Octal | 325 | 357 | 121 | 13 | 0 | 102 | 6 | 106 | 123 | 77 |
| Binary | 11010101 | 11101111 | 1010001 | 1011 | 0 | 1000010 | 110 | 1000110 | 1010011 | 111111 |
Color Harmonies of #D5EF51
Complementary color
Monochromatic Colors of #D5EF51
Black with #D5EF51
Text Example
Text Example
White with #D5EF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF51; }
p { color: rgb(213,239,81); }
H1.HeaderClassName
{
color: #D5EF51;
}
.AnyTagClassName
{
color: #D5EF51;
}
</style>
background-color css
<style>
a { background-color: #D5EF51; }
a { background-color: rgb(213,239,81); }
div.DivClassName
{
background-color: #D5EF51;
}
.BgClassName
{
background-color: #D5EF51;
}
</style>
border-color css
<style>
span { border-color: #D5EF51; }
span { border-color: rgb(213,239,81); }
td.TdClassName
{
border-color: #D5EF51;
}
.TagClassName
{
border-color: #D5EF51;
}
</style>