Shades of Mindaro #D7F258
Tints of Mindaro #D7F258
RGB
CMYK
RGB Variations
Color information
#D7F258 (or 0xD7F258) is known color: Mindaro. HEX triplet: D7, F2 and 58. RGB value is (215,242,88). Sum of RGB (Red+Green+Blue) = 215+242+88=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F258 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F258 is #280DA7. Grayscale: #D8D8D8. Windows color (decimal): -2624936 or 5829335. OLE color: 5829335.
HSL color Cylindrical-coordinate representation of color #D7F258: hue angle of 70.52º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7F258 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 88 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.05 |
| HSL | 70.52º | 0.86% | 0.65% | - |
| HSV(B) | 70.52º | 0.64% | 0.95% | - |
| XYZ | 61.54 | 78.66 | 21.17 | - |
| YUV | 216.37 | 55.55 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 88 | 0.11 | 0 | 0.64 | 0.05 | 70.52 | 0.86 | 0.65 |
| Hex | D7 | F2 | 58 | B | 0 | 40 | 5 | 47 | 56 | 41 |
| Octal | 327 | 362 | 130 | 13 | 0 | 100 | 5 | 107 | 126 | 101 |
| Binary | 11010111 | 11110010 | 1011000 | 1011 | 0 | 1000000 | 101 | 1000111 | 1010110 | 1000001 |
Color Harmonies of #D7F258
Complementary color
Monochromatic Colors of #D7F258
Black with #D7F258
Text Example
Text Example
White with #D7F258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F258; }
p { color: rgb(215,242,88); }
H1.HeaderClassName
{
color: #D7F258;
}
.AnyTagClassName
{
color: #D7F258;
}
</style>
background-color css
<style>
a { background-color: #D7F258; }
a { background-color: rgb(215,242,88); }
div.DivClassName
{
background-color: #D7F258;
}
.BgClassName
{
background-color: #D7F258;
}
</style>
border-color css
<style>
span { border-color: #D7F258; }
span { border-color: rgb(215,242,88); }
td.TdClassName
{
border-color: #D7F258;
}
.TagClassName
{
border-color: #D7F258;
}
</style>