Shades of Mindaro #D9FA70
Tints of Mindaro #D9FA70
RGB
CMYK
RGB Variations
Color information
#D9FA70 (or 0xD9FA70) is known color: Mindaro. HEX triplet: D9, FA and 70. RGB value is (217,250,112). Sum of RGB (Red+Green+Blue) = 217+250+112=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FA70 is #26058F. Grayscale: #E0E0E0. Windows color (decimal): -2491792 or 7404249. OLE color: 7404249.
HSL color Cylindrical-coordinate representation of color #D9FA70: hue angle of 74.35º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9FA70 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 112 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.02 |
| HSL | 74.35º | 0.93% | 0.71% | - |
| HSV(B) | 74.35º | 0.55% | 0.98% | - |
| XYZ | 65.73 | 84.29 | 28.14 | - |
| YUV | 224.4 | 64.57 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 112 | 0.13 | 0 | 0.55 | 0.02 | 74.35 | 0.93 | 0.71 |
| Hex | D9 | FA | 70 | D | 0 | 37 | 2 | 4A | 5D | 47 |
| Octal | 331 | 372 | 160 | 15 | 0 | 67 | 2 | 112 | 135 | 107 |
| Binary | 11011001 | 11111010 | 1110000 | 1101 | 0 | 110111 | 10 | 1001010 | 1011101 | 1000111 |
Color Harmonies of #D9FA70
Complementary color
Monochromatic Colors of #D9FA70
Black with #D9FA70
Text Example
Text Example
White with #D9FA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FA70; }
p { color: rgb(217,250,112); }
H1.HeaderClassName
{
color: #D9FA70;
}
.AnyTagClassName
{
color: #D9FA70;
}
</style>
background-color css
<style>
a { background-color: #D9FA70; }
a { background-color: rgb(217,250,112); }
div.DivClassName
{
background-color: #D9FA70;
}
.BgClassName
{
background-color: #D9FA70;
}
</style>
border-color css
<style>
span { border-color: #D9FA70; }
span { border-color: rgb(217,250,112); }
td.TdClassName
{
border-color: #D9FA70;
}
.TagClassName
{
border-color: #D9FA70;
}
</style>