Shades of Mindaro #D9F05E
Tints of Mindaro #D9F05E
RGB
CMYK
RGB Variations
Color information
#D9F05E (or 0xD9F05E) is known color: Mindaro. HEX triplet: D9, F0 and 5E. RGB value is (217,240,94). Sum of RGB (Red+Green+Blue) = 217+240+94=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F05E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F05E is #260FA1. Grayscale: #D9D9D9. Windows color (decimal): -2494370 or 6222041. OLE color: 6222041.
HSL color Cylindrical-coordinate representation of color #D9F05E: hue angle of 69.45º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9F05E is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 240 | 94 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.06 |
| HSL | 69.45º | 0.83% | 0.65% | - |
| HSV(B) | 69.45º | 0.61% | 0.94% | - |
| XYZ | 61.8 | 77.88 | 22.37 | - |
| YUV | 216.48 | 58.88 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 94 | 0.10 | 0 | 0.61 | 0.06 | 69.45 | 0.83 | 0.65 |
| Hex | D9 | F0 | 5E | A | 0 | 3D | 6 | 45 | 53 | 41 |
| Octal | 331 | 360 | 136 | 12 | 0 | 75 | 6 | 105 | 123 | 101 |
| Binary | 11011001 | 11110000 | 1011110 | 1010 | 0 | 111101 | 110 | 1000101 | 1010011 | 1000001 |
Color Harmonies of #D9F05E
Complementary color
Monochromatic Colors of #D9F05E
Black with #D9F05E
Text Example
Text Example
White with #D9F05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F05E; }
p { color: rgb(217,240,94); }
H1.HeaderClassName
{
color: #D9F05E;
}
.AnyTagClassName
{
color: #D9F05E;
}
</style>
background-color css
<style>
a { background-color: #D9F05E; }
a { background-color: rgb(217,240,94); }
div.DivClassName
{
background-color: #D9F05E;
}
.BgClassName
{
background-color: #D9F05E;
}
</style>
border-color css
<style>
span { border-color: #D9F05E; }
span { border-color: rgb(217,240,94); }
td.TdClassName
{
border-color: #D9F05E;
}
.TagClassName
{
border-color: #D9F05E;
}
</style>