Shades of Mindaro #D9FA5B
Tints of Mindaro #D9FA5B
RGB
CMYK
RGB Variations
Color information
#D9FA5B (or 0xD9FA5B) is known color: Mindaro. HEX triplet: D9, FA and 5B. RGB value is (217,250,91). Sum of RGB (Red+Green+Blue) = 217+250+91=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 91 (35.94% from 255 or 16.31% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FA5B is #2605A4. Grayscale: #DEDEDE. Windows color (decimal): -2491813 or 6027993. OLE color: 6027993.
HSL color Cylindrical-coordinate representation of color #D9FA5B: hue angle of 72.45º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9FA5B is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 91 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.02 |
| HSL | 72.45º | 0.94% | 0.67% | - |
| HSV(B) | 72.45º | 0.64% | 0.98% | - |
| XYZ | 64.69 | 83.88 | 22.68 | - |
| YUV | 222.01 | 54.07 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 91 | 0.13 | 0 | 0.64 | 0.02 | 72.45 | 0.94 | 0.67 |
| Hex | D9 | FA | 5B | D | 0 | 40 | 2 | 48 | 5E | 43 |
| Octal | 331 | 372 | 133 | 15 | 0 | 100 | 2 | 110 | 136 | 103 |
| Binary | 11011001 | 11111010 | 1011011 | 1101 | 0 | 1000000 | 10 | 1001000 | 1011110 | 1000011 |
Color Harmonies of #D9FA5B
Complementary color
Monochromatic Colors of #D9FA5B
Black with #D9FA5B
Text Example
Text Example
White with #D9FA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FA5B; }
p { color: rgb(217,250,91); }
H1.HeaderClassName
{
color: #D9FA5B;
}
.AnyTagClassName
{
color: #D9FA5B;
}
</style>
background-color css
<style>
a { background-color: #D9FA5B; }
a { background-color: rgb(217,250,91); }
div.DivClassName
{
background-color: #D9FA5B;
}
.BgClassName
{
background-color: #D9FA5B;
}
</style>
border-color css
<style>
span { border-color: #D9FA5B; }
span { border-color: rgb(217,250,91); }
td.TdClassName
{
border-color: #D9FA5B;
}
.TagClassName
{
border-color: #D9FA5B;
}
</style>