Shades of Mindaro #D0FA51
Tints of Mindaro #D0FA51
RGB
CMYK
RGB Variations
Color information
#D0FA51 (or 0xD0FA51) is known color: Mindaro. HEX triplet: D0, FA and 51. RGB value is (208,250,81). Sum of RGB (Red+Green+Blue) = 208+250+81=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 81 (32.03% from 255 or 15.03% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA51 is #2F05AE. Grayscale: #DADADA. Windows color (decimal): -3081647 or 5372624. OLE color: 5372624.
HSL color Cylindrical-coordinate representation of color #D0FA51: hue angle of 74.91º 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 #D0FA51 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 81 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.02 |
| HSL | 74.91º | 0.94% | 0.65% | - |
| HSV(B) | 74.91º | 0.68% | 0.98% | - |
| XYZ | 61.68 | 82.38 | 20.43 | - |
| YUV | 218.18 | 50.59 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 81 | 0.17 | 0 | 0.68 | 0.02 | 74.91 | 0.94 | 0.65 |
| Hex | D0 | FA | 51 | 11 | 0 | 44 | 2 | 4B | 5E | 41 |
| Octal | 320 | 372 | 121 | 21 | 0 | 104 | 2 | 113 | 136 | 101 |
| Binary | 11010000 | 11111010 | 1010001 | 10001 | 0 | 1000100 | 10 | 1001011 | 1011110 | 1000001 |
Color Harmonies of #D0FA51
Complementary color
Monochromatic Colors of #D0FA51
Black with #D0FA51
Text Example
Text Example
White with #D0FA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA51; }
p { color: rgb(208,250,81); }
H1.HeaderClassName
{
color: #D0FA51;
}
.AnyTagClassName
{
color: #D0FA51;
}
</style>
background-color css
<style>
a { background-color: #D0FA51; }
a { background-color: rgb(208,250,81); }
div.DivClassName
{
background-color: #D0FA51;
}
.BgClassName
{
background-color: #D0FA51;
}
</style>
border-color css
<style>
span { border-color: #D0FA51; }
span { border-color: rgb(208,250,81); }
td.TdClassName
{
border-color: #D0FA51;
}
.TagClassName
{
border-color: #D0FA51;
}
</style>