Shades of Mindaro #D8F25B
Tints of Mindaro #D8F25B
RGB
CMYK
RGB Variations
Color information
#D8F25B (or 0xD8F25B) is known color: Mindaro. HEX triplet: D8, F2 and 5B. RGB value is (216,242,91). Sum of RGB (Red+Green+Blue) = 216+242+91=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 91 (35.94% from 255 or 16.58% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F25B is #270DA4. Grayscale: #D9D9D9. Windows color (decimal): -2559397 or 6025944. OLE color: 6025944.
HSL color Cylindrical-coordinate representation of color #D8F25B: hue angle of 70.33º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8F25B is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 91 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.05 |
| HSL | 70.33º | 0.85% | 0.65% | - |
| HSV(B) | 70.33º | 0.62% | 0.95% | - |
| XYZ | 61.96 | 78.86 | 21.85 | - |
| YUV | 217.01 | 56.89 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 91 | 0.11 | 0 | 0.62 | 0.05 | 70.33 | 0.85 | 0.65 |
| Hex | D8 | F2 | 5B | B | 0 | 3E | 5 | 46 | 55 | 41 |
| Octal | 330 | 362 | 133 | 13 | 0 | 76 | 5 | 106 | 125 | 101 |
| Binary | 11011000 | 11110010 | 1011011 | 1011 | 0 | 111110 | 101 | 1000110 | 1010101 | 1000001 |
Color Harmonies of #D8F25B
Complementary color
Monochromatic Colors of #D8F25B
Black with #D8F25B
Text Example
Text Example
White with #D8F25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F25B; }
p { color: rgb(216,242,91); }
H1.HeaderClassName
{
color: #D8F25B;
}
.AnyTagClassName
{
color: #D8F25B;
}
</style>
background-color css
<style>
a { background-color: #D8F25B; }
a { background-color: rgb(216,242,91); }
div.DivClassName
{
background-color: #D8F25B;
}
.BgClassName
{
background-color: #D8F25B;
}
</style>
border-color css
<style>
span { border-color: #D8F25B; }
span { border-color: rgb(216,242,91); }
td.TdClassName
{
border-color: #D8F25B;
}
.TagClassName
{
border-color: #D8F25B;
}
</style>