Shades of Mindaro #D0FB50
Tints of Mindaro #D0FB50
RGB
CMYK
RGB Variations
Color information
#D0FB50 (or 0xD0FB50) is known color: Mindaro. HEX triplet: D0, FB and 50. RGB value is (208,251,80). Sum of RGB (Red+Green+Blue) = 208+251+80=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB50 is #2F04AF. Grayscale: #DBDBDB. Windows color (decimal): -3081392 or 5307344. OLE color: 5307344.
HSL color Cylindrical-coordinate representation of color #D0FB50: hue angle of 75.09º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0FB50 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 80 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.02 |
| HSL | 75.09º | 0.96% | 0.65% | - |
| HSV(B) | 75.09º | 0.68% | 0.98% | - |
| XYZ | 61.96 | 82.98 | 20.34 | - |
| YUV | 218.65 | 49.75 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 80 | 0.17 | 0 | 0.68 | 0.02 | 75.09 | 0.96 | 0.65 |
| Hex | D0 | FB | 50 | 11 | 0 | 44 | 2 | 4B | 60 | 41 |
| Octal | 320 | 373 | 120 | 21 | 0 | 104 | 2 | 113 | 140 | 101 |
| Binary | 11010000 | 11111011 | 1010000 | 10001 | 0 | 1000100 | 10 | 1001011 | 1100000 | 1000001 |
Color Harmonies of #D0FB50
Complementary color
Monochromatic Colors of #D0FB50
Black with #D0FB50
Text Example
Text Example
White with #D0FB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB50; }
p { color: rgb(208,251,80); }
H1.HeaderClassName
{
color: #D0FB50;
}
.AnyTagClassName
{
color: #D0FB50;
}
</style>
background-color css
<style>
a { background-color: #D0FB50; }
a { background-color: rgb(208,251,80); }
div.DivClassName
{
background-color: #D0FB50;
}
.BgClassName
{
background-color: #D0FB50;
}
</style>
border-color css
<style>
span { border-color: #D0FB50; }
span { border-color: rgb(208,251,80); }
td.TdClassName
{
border-color: #D0FB50;
}
.TagClassName
{
border-color: #D0FB50;
}
</style>