Shades of Mindaro #D9F461
Tints of Mindaro #D9F461
RGB
CMYK
RGB Variations
Color information
#D9F461 (or 0xD9F461) is known color: Mindaro. HEX triplet: D9, F4 and 61. RGB value is (217,244,97). Sum of RGB (Red+Green+Blue) = 217+244+97=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 97 (38.28% from 255 or 17.38% from 558); Max value from RGB is 244 - color contains mainly: green. Hex color #D9F461 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F461 is #260B9E. Grayscale: #DBDBDB. Windows color (decimal): -2493343 or 6419673. OLE color: 6419673.
HSL color Cylindrical-coordinate representation of color #D9F461: hue angle of 71.02º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9F461 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 244 | 97 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.04 |
| HSL | 71.02º | 0.87% | 0.67% | - |
| HSV(B) | 71.02º | 0.6% | 0.96% | - |
| XYZ | 63.12 | 80.32 | 23.48 | - |
| YUV | 219.17 | 59.05 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 244 | 97 | 0.11 | 0 | 0.60 | 0.04 | 71.02 | 0.87 | 0.67 |
| Hex | D9 | F4 | 61 | B | 0 | 3C | 4 | 47 | 57 | 43 |
| Octal | 331 | 364 | 141 | 13 | 0 | 74 | 4 | 107 | 127 | 103 |
| Binary | 11011001 | 11110100 | 1100001 | 1011 | 0 | 111100 | 100 | 1000111 | 1010111 | 1000011 |
Color Harmonies of #D9F461
Complementary color
Monochromatic Colors of #D9F461
Black with #D9F461
Text Example
Text Example
White with #D9F461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F461; }
p { color: rgb(217,244,97); }
H1.HeaderClassName
{
color: #D9F461;
}
.AnyTagClassName
{
color: #D9F461;
}
</style>
background-color css
<style>
a { background-color: #D9F461; }
a { background-color: rgb(217,244,97); }
div.DivClassName
{
background-color: #D9F461;
}
.BgClassName
{
background-color: #D9F461;
}
</style>
border-color css
<style>
span { border-color: #D9F461; }
span { border-color: rgb(217,244,97); }
td.TdClassName
{
border-color: #D9F461;
}
.TagClassName
{
border-color: #D9F461;
}
</style>