Shades of Mindaro #D9F05D
Tints of Mindaro #D9F05D
RGB
CMYK
RGB Variations
Color information
#D9F05D (or 0xD9F05D) is known color: Mindaro. HEX triplet: D9, F0 and 5D. RGB value is (217,240,93). Sum of RGB (Red+Green+Blue) = 217+240+93=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F05D is #260FA2. Grayscale: #D8D8D8. Windows color (decimal): -2494371 or 6156505. OLE color: 6156505.
HSL color Cylindrical-coordinate representation of color #D9F05D: hue angle of 69.39º 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 #D9F05D is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 240 | 93 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.06 |
| HSL | 69.39º | 0.83% | 0.65% | - |
| HSV(B) | 69.39º | 0.61% | 0.94% | - |
| XYZ | 61.75 | 77.86 | 22.13 | - |
| YUV | 216.37 | 58.38 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 93 | 0.10 | 0 | 0.61 | 0.06 | 69.39 | 0.83 | 0.65 |
| Hex | D9 | F0 | 5D | A | 0 | 3D | 6 | 45 | 53 | 41 |
| Octal | 331 | 360 | 135 | 12 | 0 | 75 | 6 | 105 | 123 | 101 |
| Binary | 11011001 | 11110000 | 1011101 | 1010 | 0 | 111101 | 110 | 1000101 | 1010011 | 1000001 |
Color Harmonies of #D9F05D
Complementary color
Monochromatic Colors of #D9F05D
Black with #D9F05D
Text Example
Text Example
White with #D9F05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F05D; }
p { color: rgb(217,240,93); }
H1.HeaderClassName
{
color: #D9F05D;
}
.AnyTagClassName
{
color: #D9F05D;
}
</style>
background-color css
<style>
a { background-color: #D9F05D; }
a { background-color: rgb(217,240,93); }
div.DivClassName
{
background-color: #D9F05D;
}
.BgClassName
{
background-color: #D9F05D;
}
</style>
border-color css
<style>
span { border-color: #D9F05D; }
span { border-color: rgb(217,240,93); }
td.TdClassName
{
border-color: #D9F05D;
}
.TagClassName
{
border-color: #D9F05D;
}
</style>