Shades of Mindaro #D9F17D
Tints of Mindaro #D9F17D
RGB
CMYK
RGB Variations
Color information
#D9F17D (or 0xD9F17D) is known color: Mindaro. HEX triplet: D9, F1 and 7D. RGB value is (217,241,125). Sum of RGB (Red+Green+Blue) = 217+241+125=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F17D is #260E82. Grayscale: #DDDDDD. Windows color (decimal): -2494083 or 8253913. OLE color: 8253913.
HSL color Cylindrical-coordinate representation of color #D9F17D: hue angle of 72.41º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9F17D is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 125 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.05 |
| HSL | 72.41º | 0.81% | 0.72% | - |
| HSV(B) | 72.41º | 0.48% | 0.95% | - |
| XYZ | 63.77 | 79.14 | 31.32 | - |
| YUV | 220.6 | 74.05 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 125 | 0.10 | 0 | 0.48 | 0.05 | 72.41 | 0.81 | 0.72 |
| Hex | D9 | F1 | 7D | A | 0 | 30 | 5 | 48 | 51 | 48 |
| Octal | 331 | 361 | 175 | 12 | 0 | 60 | 5 | 110 | 121 | 110 |
| Binary | 11011001 | 11110001 | 1111101 | 1010 | 0 | 110000 | 101 | 1001000 | 1010001 | 1001000 |
Color Harmonies of #D9F17D
Complementary color
Monochromatic Colors of #D9F17D
Black with #D9F17D
Text Example
Text Example
White with #D9F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F17D; }
p { color: rgb(217,241,125); }
H1.HeaderClassName
{
color: #D9F17D;
}
.AnyTagClassName
{
color: #D9F17D;
}
</style>
background-color css
<style>
a { background-color: #D9F17D; }
a { background-color: rgb(217,241,125); }
div.DivClassName
{
background-color: #D9F17D;
}
.BgClassName
{
background-color: #D9F17D;
}
</style>
border-color css
<style>
span { border-color: #D9F17D; }
span { border-color: rgb(217,241,125); }
td.TdClassName
{
border-color: #D9F17D;
}
.TagClassName
{
border-color: #D9F17D;
}
</style>