Shades of Mindaro #D9F15F
Tints of Mindaro #D9F15F
RGB
CMYK
RGB Variations
Color information
#D9F15F (or 0xD9F15F) is known color: Mindaro. HEX triplet: D9, F1 and 5F. RGB value is (217,241,95). Sum of RGB (Red+Green+Blue) = 217+241+95=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 95 (37.5% from 255 or 17.18% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F15F is #260EA0. Grayscale: #D9D9D9. Windows color (decimal): -2494113 or 6287833. OLE color: 6287833.
HSL color Cylindrical-coordinate representation of color #D9F15F: hue angle of 69.86º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9F15F is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 95 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.05 |
| HSL | 69.86º | 0.84% | 0.66% | - |
| HSV(B) | 69.86º | 0.61% | 0.95% | - |
| XYZ | 62.14 | 78.49 | 22.7 | - |
| YUV | 217.18 | 59.05 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 95 | 0.10 | 0 | 0.61 | 0.05 | 69.86 | 0.84 | 0.66 |
| Hex | D9 | F1 | 5F | A | 0 | 3D | 5 | 46 | 54 | 42 |
| Octal | 331 | 361 | 137 | 12 | 0 | 75 | 5 | 106 | 124 | 102 |
| Binary | 11011001 | 11110001 | 1011111 | 1010 | 0 | 111101 | 101 | 1000110 | 1010100 | 1000010 |
Color Harmonies of #D9F15F
Complementary color
Monochromatic Colors of #D9F15F
Black with #D9F15F
Text Example
Text Example
White with #D9F15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F15F; }
p { color: rgb(217,241,95); }
H1.HeaderClassName
{
color: #D9F15F;
}
.AnyTagClassName
{
color: #D9F15F;
}
</style>
background-color css
<style>
a { background-color: #D9F15F; }
a { background-color: rgb(217,241,95); }
div.DivClassName
{
background-color: #D9F15F;
}
.BgClassName
{
background-color: #D9F15F;
}
</style>
border-color css
<style>
span { border-color: #D9F15F; }
span { border-color: rgb(217,241,95); }
td.TdClassName
{
border-color: #D9F15F;
}
.TagClassName
{
border-color: #D9F15F;
}
</style>