Shades of Mindaro #D0FA71
Tints of Mindaro #D0FA71
RGB
CMYK
RGB Variations
Color information
#D0FA71 (or 0xD0FA71) is known color: Mindaro. HEX triplet: D0, FA and 71. RGB value is (208,250,113). Sum of RGB (Red+Green+Blue) = 208+250+113=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 113 (44.53% from 255 or 19.79% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA71 is #2F058E. Grayscale: #DEDEDE. Windows color (decimal): -3081615 or 7469776. OLE color: 7469776.
HSL color Cylindrical-coordinate representation of color #D0FA71: hue angle of 78.39º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0FA71 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 113 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.02 |
| HSL | 78.39º | 0.93% | 0.71% | - |
| HSV(B) | 78.39º | 0.55% | 0.98% | - |
| XYZ | 63.18 | 82.97 | 28.31 | - |
| YUV | 221.82 | 66.59 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 113 | 0.17 | 0 | 0.55 | 0.02 | 78.39 | 0.93 | 0.71 |
| Hex | D0 | FA | 71 | 11 | 0 | 37 | 2 | 4E | 5D | 47 |
| Octal | 320 | 372 | 161 | 21 | 0 | 67 | 2 | 116 | 135 | 107 |
| Binary | 11010000 | 11111010 | 1110001 | 10001 | 0 | 110111 | 10 | 1001110 | 1011101 | 1000111 |
Color Harmonies of #D0FA71
Complementary color
Monochromatic Colors of #D0FA71
Black with #D0FA71
Text Example
Text Example
White with #D0FA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA71; }
p { color: rgb(208,250,113); }
H1.HeaderClassName
{
color: #D0FA71;
}
.AnyTagClassName
{
color: #D0FA71;
}
</style>
background-color css
<style>
a { background-color: #D0FA71; }
a { background-color: rgb(208,250,113); }
div.DivClassName
{
background-color: #D0FA71;
}
.BgClassName
{
background-color: #D0FA71;
}
</style>
border-color css
<style>
span { border-color: #D0FA71; }
span { border-color: rgb(208,250,113); }
td.TdClassName
{
border-color: #D0FA71;
}
.TagClassName
{
border-color: #D0FA71;
}
</style>