Shades of Mindaro #D9FB73
Tints of Mindaro #D9FB73
RGB
CMYK
RGB Variations
Color information
#D9FB73 (or 0xD9FB73) is known color: Mindaro. HEX triplet: D9, FB and 73. RGB value is (217,251,115). Sum of RGB (Red+Green+Blue) = 217+251+115=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FB73 is #26048C. Grayscale: #E1E1E1. Windows color (decimal): -2491533 or 7601113. OLE color: 7601113.
HSL color Cylindrical-coordinate representation of color #D9FB73: hue angle of 75º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9FB73 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 115 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.02 |
| HSL | 75º | 0.94% | 0.72% | - |
| HSV(B) | 75º | 0.54% | 0.98% | - |
| XYZ | 66.21 | 84.98 | 29.13 | - |
| YUV | 225.33 | 65.74 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 115 | 0.14 | 0 | 0.54 | 0.02 | 75 | 0.94 | 0.72 |
| Hex | D9 | FB | 73 | E | 0 | 36 | 2 | 4B | 5E | 48 |
| Octal | 331 | 373 | 163 | 16 | 0 | 66 | 2 | 113 | 136 | 110 |
| Binary | 11011001 | 11111011 | 1110011 | 1110 | 0 | 110110 | 10 | 1001011 | 1011110 | 1001000 |
Color Harmonies of #D9FB73
Complementary color
Monochromatic Colors of #D9FB73
Black with #D9FB73
Text Example
Text Example
White with #D9FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB73; }
p { color: rgb(217,251,115); }
H1.HeaderClassName
{
color: #D9FB73;
}
.AnyTagClassName
{
color: #D9FB73;
}
</style>
background-color css
<style>
a { background-color: #D9FB73; }
a { background-color: rgb(217,251,115); }
div.DivClassName
{
background-color: #D9FB73;
}
.BgClassName
{
background-color: #D9FB73;
}
</style>
border-color css
<style>
span { border-color: #D9FB73; }
span { border-color: rgb(217,251,115); }
td.TdClassName
{
border-color: #D9FB73;
}
.TagClassName
{
border-color: #D9FB73;
}
</style>