Shades of Mindaro #D9F45A
Tints of Mindaro #D9F45A
RGB
CMYK
RGB Variations
Color information
#D9F45A (or 0xD9F45A) is known color: Mindaro. HEX triplet: D9, F4 and 5A. RGB value is (217,244,90). Sum of RGB (Red+Green+Blue) = 217+244+90=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 90 (35.55% from 255 or 16.33% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #D9F45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F45A is #260BA5. Grayscale: #DADADA. Windows color (decimal): -2493350 or 5960921. OLE color: 5960921.
HSL color Cylindrical-coordinate representation of color #D9F45A: hue angle of 70.52º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9F45A is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 244 | 90 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.04 |
| HSL | 70.52º | 0.88% | 0.65% | - |
| HSV(B) | 70.52º | 0.63% | 0.96% | - |
| XYZ | 62.81 | 80.19 | 21.84 | - |
| YUV | 218.37 | 55.55 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 244 | 90 | 0.11 | 0 | 0.63 | 0.04 | 70.52 | 0.88 | 0.65 |
| Hex | D9 | F4 | 5A | B | 0 | 3F | 4 | 47 | 58 | 41 |
| Octal | 331 | 364 | 132 | 13 | 0 | 77 | 4 | 107 | 130 | 101 |
| Binary | 11011001 | 11110100 | 1011010 | 1011 | 0 | 111111 | 100 | 1000111 | 1011000 | 1000001 |
Color Harmonies of #D9F45A
Complementary color
Monochromatic Colors of #D9F45A
Black with #D9F45A
Text Example
Text Example
White with #D9F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F45A; }
p { color: rgb(217,244,90); }
H1.HeaderClassName
{
color: #D9F45A;
}
.AnyTagClassName
{
color: #D9F45A;
}
</style>
background-color css
<style>
a { background-color: #D9F45A; }
a { background-color: rgb(217,244,90); }
div.DivClassName
{
background-color: #D9F45A;
}
.BgClassName
{
background-color: #D9F45A;
}
</style>
border-color css
<style>
span { border-color: #D9F45A; }
span { border-color: rgb(217,244,90); }
td.TdClassName
{
border-color: #D9F45A;
}
.TagClassName
{
border-color: #D9F45A;
}
</style>