Shades of Mindaro #D7F259
Tints of Mindaro #D7F259
RGB
CMYK
RGB Variations
Color information
#D7F259 (or 0xD7F259) is known color: Mindaro. HEX triplet: D7, F2 and 59. RGB value is (215,242,89). Sum of RGB (Red+Green+Blue) = 215+242+89=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 89 (35.16% from 255 or 16.30% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F259 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F259 is #280DA6. Grayscale: #D9D9D9. Windows color (decimal): -2624935 or 5894871. OLE color: 5894871.
HSL color Cylindrical-coordinate representation of color #D7F259: hue angle of 70.59º degrees, saturation: 0.85, 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 #D7F259 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 89 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.05 |
| HSL | 70.59º | 0.85% | 0.65% | - |
| HSV(B) | 70.59º | 0.63% | 0.95% | - |
| XYZ | 61.58 | 78.67 | 21.39 | - |
| YUV | 216.49 | 56.05 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 89 | 0.11 | 0 | 0.63 | 0.05 | 70.59 | 0.85 | 0.65 |
| Hex | D7 | F2 | 59 | B | 0 | 3F | 5 | 47 | 55 | 41 |
| Octal | 327 | 362 | 131 | 13 | 0 | 77 | 5 | 107 | 125 | 101 |
| Binary | 11010111 | 11110010 | 1011001 | 1011 | 0 | 111111 | 101 | 1000111 | 1010101 | 1000001 |
Color Harmonies of #D7F259
Complementary color
Monochromatic Colors of #D7F259
Black with #D7F259
Text Example
Text Example
White with #D7F259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F259; }
p { color: rgb(215,242,89); }
H1.HeaderClassName
{
color: #D7F259;
}
.AnyTagClassName
{
color: #D7F259;
}
</style>
background-color css
<style>
a { background-color: #D7F259; }
a { background-color: rgb(215,242,89); }
div.DivClassName
{
background-color: #D7F259;
}
.BgClassName
{
background-color: #D7F259;
}
</style>
border-color css
<style>
span { border-color: #D7F259; }
span { border-color: rgb(215,242,89); }
td.TdClassName
{
border-color: #D7F259;
}
.TagClassName
{
border-color: #D7F259;
}
</style>