Shades of Mindaro #D0FA59
Tints of Mindaro #D0FA59
RGB
CMYK
RGB Variations
Color information
#D0FA59 (or 0xD0FA59) is known color: Mindaro. HEX triplet: D0, FA and 59. RGB value is (208,250,89). Sum of RGB (Red+Green+Blue) = 208+250+89=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 89 (35.16% from 255 or 16.27% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA59 is #2F05A6. Grayscale: #DBDBDB. Windows color (decimal): -3081639 or 5896912. OLE color: 5896912.
HSL color Cylindrical-coordinate representation of color #D0FA59: hue angle of 75.65º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0FA59 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 89 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.02 |
| HSL | 75.65º | 0.94% | 0.66% | - |
| HSV(B) | 75.65º | 0.64% | 0.98% | - |
| XYZ | 62 | 82.5 | 22.11 | - |
| YUV | 219.09 | 54.59 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 89 | 0.17 | 0 | 0.64 | 0.02 | 75.65 | 0.94 | 0.66 |
| Hex | D0 | FA | 59 | 11 | 0 | 40 | 2 | 4C | 5E | 42 |
| Octal | 320 | 372 | 131 | 21 | 0 | 100 | 2 | 114 | 136 | 102 |
| Binary | 11010000 | 11111010 | 1011001 | 10001 | 0 | 1000000 | 10 | 1001100 | 1011110 | 1000010 |
Color Harmonies of #D0FA59
Complementary color
Monochromatic Colors of #D0FA59
Black with #D0FA59
Text Example
Text Example
White with #D0FA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA59; }
p { color: rgb(208,250,89); }
H1.HeaderClassName
{
color: #D0FA59;
}
.AnyTagClassName
{
color: #D0FA59;
}
</style>
background-color css
<style>
a { background-color: #D0FA59; }
a { background-color: rgb(208,250,89); }
div.DivClassName
{
background-color: #D0FA59;
}
.BgClassName
{
background-color: #D0FA59;
}
</style>
border-color css
<style>
span { border-color: #D0FA59; }
span { border-color: rgb(208,250,89); }
td.TdClassName
{
border-color: #D0FA59;
}
.TagClassName
{
border-color: #D0FA59;
}
</style>