Shades of Mindaro #D5F159
Tints of Mindaro #D5F159
RGB
CMYK
RGB Variations
Color information
#D5F159 (or 0xD5F159) is known color: Mindaro. HEX triplet: D5, F1 and 59. RGB value is (213,241,89). Sum of RGB (Red+Green+Blue) = 213+241+89=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 89 (35.16% from 255 or 16.39% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F159 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F159 is #2A0EA6. Grayscale: #D7D7D7. Windows color (decimal): -2756263 or 5894613. OLE color: 5894613.
HSL color Cylindrical-coordinate representation of color #D5F159: hue angle of 71.05º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5F159 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 89 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.05 |
| HSL | 71.05º | 0.84% | 0.65% | - |
| HSV(B) | 71.05º | 0.63% | 0.95% | - |
| XYZ | 60.7 | 77.78 | 21.26 | - |
| YUV | 215.3 | 56.72 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 89 | 0.12 | 0 | 0.63 | 0.05 | 71.05 | 0.84 | 0.65 |
| Hex | D5 | F1 | 59 | C | 0 | 3F | 5 | 47 | 54 | 41 |
| Octal | 325 | 361 | 131 | 14 | 0 | 77 | 5 | 107 | 124 | 101 |
| Binary | 11010101 | 11110001 | 1011001 | 1100 | 0 | 111111 | 101 | 1000111 | 1010100 | 1000001 |
Color Harmonies of #D5F159
Complementary color
Monochromatic Colors of #D5F159
Black with #D5F159
Text Example
Text Example
White with #D5F159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F159; }
p { color: rgb(213,241,89); }
H1.HeaderClassName
{
color: #D5F159;
}
.AnyTagClassName
{
color: #D5F159;
}
</style>
background-color css
<style>
a { background-color: #D5F159; }
a { background-color: rgb(213,241,89); }
div.DivClassName
{
background-color: #D5F159;
}
.BgClassName
{
background-color: #D5F159;
}
</style>
border-color css
<style>
span { border-color: #D5F159; }
span { border-color: rgb(213,241,89); }
td.TdClassName
{
border-color: #D5F159;
}
.TagClassName
{
border-color: #D5F159;
}
</style>