Shades of Mindaro #D9FA7B
Tints of Mindaro #D9FA7B
RGB
CMYK
RGB Variations
Color information
#D9FA7B (or 0xD9FA7B) is known color: Mindaro. HEX triplet: D9, FA and 7B. RGB value is (217,250,123). Sum of RGB (Red+Green+Blue) = 217+250+123=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 123 (48.44% from 255 or 20.85% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FA7B is #260584. Grayscale: #E2E2E2. Windows color (decimal): -2491781 or 8125145. OLE color: 8125145.
HSL color Cylindrical-coordinate representation of color #D9FA7B: hue angle of 75.59º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9FA7B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 123 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.02 |
| HSL | 75.59º | 0.93% | 0.73% | - |
| HSV(B) | 75.59º | 0.51% | 0.98% | - |
| XYZ | 66.38 | 84.55 | 31.56 | - |
| YUV | 225.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 123 | 0.13 | 0 | 0.51 | 0.02 | 75.59 | 0.93 | 0.73 |
| Hex | D9 | FA | 7B | D | 0 | 33 | 2 | 4C | 5D | 49 |
| Octal | 331 | 372 | 173 | 15 | 0 | 63 | 2 | 114 | 135 | 111 |
| Binary | 11011001 | 11111010 | 1111011 | 1101 | 0 | 110011 | 10 | 1001100 | 1011101 | 1001001 |
Color Harmonies of #D9FA7B
Complementary color
Monochromatic Colors of #D9FA7B
Black with #D9FA7B
Text Example
Text Example
White with #D9FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FA7B; }
p { color: rgb(217,250,123); }
H1.HeaderClassName
{
color: #D9FA7B;
}
.AnyTagClassName
{
color: #D9FA7B;
}
</style>
background-color css
<style>
a { background-color: #D9FA7B; }
a { background-color: rgb(217,250,123); }
div.DivClassName
{
background-color: #D9FA7B;
}
.BgClassName
{
background-color: #D9FA7B;
}
</style>
border-color css
<style>
span { border-color: #D9FA7B; }
span { border-color: rgb(217,250,123); }
td.TdClassName
{
border-color: #D9FA7B;
}
.TagClassName
{
border-color: #D9FA7B;
}
</style>