Shades of Mindaro #D0F671
Tints of Mindaro #D0F671
RGB
CMYK
RGB Variations
Color information
#D0F671 (or 0xD0F671) is known color: Mindaro. HEX triplet: D0, F6 and 71. RGB value is (208,246,113). Sum of RGB (Red+Green+Blue) = 208+246+113=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F671 is #2F098E. Grayscale: #DBDBDB. Windows color (decimal): -3082639 or 7468752. OLE color: 7468752.
HSL color Cylindrical-coordinate representation of color #D0F671: hue angle of 77.14º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0F671 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 113 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.04 |
| HSL | 77.14º | 0.88% | 0.7% | - |
| HSV(B) | 77.14º | 0.54% | 0.96% | - |
| XYZ | 61.95 | 80.51 | 27.9 | - |
| YUV | 219.48 | 67.91 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 113 | 0.15 | 0 | 0.54 | 0.04 | 77.14 | 0.88 | 0.7 |
| Hex | D0 | F6 | 71 | F | 0 | 36 | 4 | 4D | 58 | 46 |
| Octal | 320 | 366 | 161 | 17 | 0 | 66 | 4 | 115 | 130 | 106 |
| Binary | 11010000 | 11110110 | 1110001 | 1111 | 0 | 110110 | 100 | 1001101 | 1011000 | 1000110 |
Color Harmonies of #D0F671
Complementary color
Monochromatic Colors of #D0F671
Black with #D0F671
Text Example
Text Example
White with #D0F671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F671; }
p { color: rgb(208,246,113); }
H1.HeaderClassName
{
color: #D0F671;
}
.AnyTagClassName
{
color: #D0F671;
}
</style>
background-color css
<style>
a { background-color: #D0F671; }
a { background-color: rgb(208,246,113); }
div.DivClassName
{
background-color: #D0F671;
}
.BgClassName
{
background-color: #D0F671;
}
</style>
border-color css
<style>
span { border-color: #D0F671; }
span { border-color: rgb(208,246,113); }
td.TdClassName
{
border-color: #D0F671;
}
.TagClassName
{
border-color: #D0F671;
}
</style>