Shades of Mindaro #D9F55A
Tints of Mindaro #D9F55A
RGB
CMYK
RGB Variations
Color information
#D9F55A (or 0xD9F55A) is known color: Mindaro. HEX triplet: D9, F5 and 5A. RGB value is (217,245,90). Sum of RGB (Red+Green+Blue) = 217+245+90=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 90 (35.55% from 255 or 16.30% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #D9F55A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F55A is #260AA5. Grayscale: #DBDBDB. Windows color (decimal): -2493094 or 5961177. OLE color: 5961177.
HSL color Cylindrical-coordinate representation of color #D9F55A: hue angle of 70.84º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9F55A is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 245 | 90 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.04 |
| HSL | 70.84º | 0.89% | 0.66% | - |
| HSV(B) | 70.84º | 0.63% | 0.96% | - |
| XYZ | 63.11 | 80.79 | 21.94 | - |
| YUV | 218.96 | 55.22 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 245 | 90 | 0.11 | 0 | 0.63 | 0.04 | 70.84 | 0.89 | 0.66 |
| Hex | D9 | F5 | 5A | B | 0 | 3F | 4 | 47 | 59 | 42 |
| Octal | 331 | 365 | 132 | 13 | 0 | 77 | 4 | 107 | 131 | 102 |
| Binary | 11011001 | 11110101 | 1011010 | 1011 | 0 | 111111 | 100 | 1000111 | 1011001 | 1000010 |
Color Harmonies of #D9F55A
Complementary color
Monochromatic Colors of #D9F55A
Black with #D9F55A
Text Example
Text Example
White with #D9F55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F55A; }
p { color: rgb(217,245,90); }
H1.HeaderClassName
{
color: #D9F55A;
}
.AnyTagClassName
{
color: #D9F55A;
}
</style>
background-color css
<style>
a { background-color: #D9F55A; }
a { background-color: rgb(217,245,90); }
div.DivClassName
{
background-color: #D9F55A;
}
.BgClassName
{
background-color: #D9F55A;
}
</style>
border-color css
<style>
span { border-color: #D9F55A; }
span { border-color: rgb(217,245,90); }
td.TdClassName
{
border-color: #D9F55A;
}
.TagClassName
{
border-color: #D9F55A;
}
</style>