Shades of Mindaro #D0FB59
Tints of Mindaro #D0FB59
RGB
CMYK
RGB Variations
Color information
#D0FB59 (or 0xD0FB59) is known color: Mindaro. HEX triplet: D0, FB and 59. RGB value is (208,251,89). Sum of RGB (Red+Green+Blue) = 208+251+89=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 89 (35.16% from 255 or 16.24% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB59 is #2F04A6. Grayscale: #DCDCDC. Windows color (decimal): -3081383 or 5897168. OLE color: 5897168.
HSL color Cylindrical-coordinate representation of color #D0FB59: hue angle of 75.93º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0FB59 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 89 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.02 |
| HSL | 75.93º | 0.95% | 0.67% | - |
| HSV(B) | 75.93º | 0.65% | 0.98% | - |
| XYZ | 62.31 | 83.13 | 22.21 | - |
| YUV | 219.68 | 54.25 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 89 | 0.17 | 0 | 0.65 | 0.02 | 75.93 | 0.95 | 0.67 |
| Hex | D0 | FB | 59 | 11 | 0 | 41 | 2 | 4C | 5F | 43 |
| Octal | 320 | 373 | 131 | 21 | 0 | 101 | 2 | 114 | 137 | 103 |
| Binary | 11010000 | 11111011 | 1011001 | 10001 | 0 | 1000001 | 10 | 1001100 | 1011111 | 1000011 |
Color Harmonies of #D0FB59
Complementary color
Monochromatic Colors of #D0FB59
Black with #D0FB59
Text Example
Text Example
White with #D0FB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB59; }
p { color: rgb(208,251,89); }
H1.HeaderClassName
{
color: #D0FB59;
}
.AnyTagClassName
{
color: #D0FB59;
}
</style>
background-color css
<style>
a { background-color: #D0FB59; }
a { background-color: rgb(208,251,89); }
div.DivClassName
{
background-color: #D0FB59;
}
.BgClassName
{
background-color: #D0FB59;
}
</style>
border-color css
<style>
span { border-color: #D0FB59; }
span { border-color: rgb(208,251,89); }
td.TdClassName
{
border-color: #D0FB59;
}
.TagClassName
{
border-color: #D0FB59;
}
</style>