Shades of Mindaro #D0FA50
Tints of Mindaro #D0FA50
RGB
CMYK
RGB Variations
Color information
#D0FA50 (or 0xD0FA50) is known color: Mindaro. HEX triplet: D0, FA and 50. RGB value is (208,250,80). Sum of RGB (Red+Green+Blue) = 208+250+80=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA50 is #2F05AF. Grayscale: #DADADA. Windows color (decimal): -3081648 or 5307088. OLE color: 5307088.
HSL color Cylindrical-coordinate representation of color #D0FA50: hue angle of 74.82º degrees, saturation: 0.94, 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 #D0FA50 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 80 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.02 |
| HSL | 74.82º | 0.94% | 0.65% | - |
| HSV(B) | 74.82º | 0.68% | 0.98% | - |
| XYZ | 61.65 | 82.36 | 20.24 | - |
| YUV | 218.06 | 50.09 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 80 | 0.17 | 0 | 0.68 | 0.02 | 74.82 | 0.94 | 0.65 |
| Hex | D0 | FA | 50 | 11 | 0 | 44 | 2 | 4B | 5E | 41 |
| Octal | 320 | 372 | 120 | 21 | 0 | 104 | 2 | 113 | 136 | 101 |
| Binary | 11010000 | 11111010 | 1010000 | 10001 | 0 | 1000100 | 10 | 1001011 | 1011110 | 1000001 |
Color Harmonies of #D0FA50
Complementary color
Monochromatic Colors of #D0FA50
Black with #D0FA50
Text Example
Text Example
White with #D0FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA50; }
p { color: rgb(208,250,80); }
H1.HeaderClassName
{
color: #D0FA50;
}
.AnyTagClassName
{
color: #D0FA50;
}
</style>
background-color css
<style>
a { background-color: #D0FA50; }
a { background-color: rgb(208,250,80); }
div.DivClassName
{
background-color: #D0FA50;
}
.BgClassName
{
background-color: #D0FA50;
}
</style>
border-color css
<style>
span { border-color: #D0FA50; }
span { border-color: rgb(208,250,80); }
td.TdClassName
{
border-color: #D0FA50;
}
.TagClassName
{
border-color: #D0FA50;
}
</style>