Shades of Mindaro #D9F973
Tints of Mindaro #D9F973
RGB
CMYK
RGB Variations
Color information
#D9F973 (or 0xD9F973) is known color: Mindaro. HEX triplet: D9, F9 and 73. RGB value is (217,249,115). Sum of RGB (Red+Green+Blue) = 217+249+115=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 115 (45.31% from 255 or 19.79% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F973 is #26068C. Grayscale: #E0E0E0. Windows color (decimal): -2492045 or 7600601. OLE color: 7600601.
HSL color Cylindrical-coordinate representation of color #D9F973: hue angle of 74.33º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9F973 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 249 | 115 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.02 |
| HSL | 74.33º | 0.92% | 0.71% | - |
| HSV(B) | 74.33º | 0.54% | 0.98% | - |
| XYZ | 65.59 | 83.74 | 28.93 | - |
| YUV | 224.16 | 66.4 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 249 | 115 | 0.13 | 0 | 0.54 | 0.02 | 74.33 | 0.92 | 0.71 |
| Hex | D9 | F9 | 73 | D | 0 | 36 | 2 | 4A | 5C | 47 |
| Octal | 331 | 371 | 163 | 15 | 0 | 66 | 2 | 112 | 134 | 107 |
| Binary | 11011001 | 11111001 | 1110011 | 1101 | 0 | 110110 | 10 | 1001010 | 1011100 | 1000111 |
Color Harmonies of #D9F973
Complementary color
Monochromatic Colors of #D9F973
Black with #D9F973
Text Example
Text Example
White with #D9F973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F973; }
p { color: rgb(217,249,115); }
H1.HeaderClassName
{
color: #D9F973;
}
.AnyTagClassName
{
color: #D9F973;
}
</style>
background-color css
<style>
a { background-color: #D9F973; }
a { background-color: rgb(217,249,115); }
div.DivClassName
{
background-color: #D9F973;
}
.BgClassName
{
background-color: #D9F973;
}
</style>
border-color css
<style>
span { border-color: #D9F973; }
span { border-color: rgb(217,249,115); }
td.TdClassName
{
border-color: #D9F973;
}
.TagClassName
{
border-color: #D9F973;
}
</style>