Shades of Mindaro #D0F473
Tints of Mindaro #D0F473
RGB
CMYK
RGB Variations
Color information
#D0F473 (or 0xD0F473) is known color: Mindaro. HEX triplet: D0, F4 and 73. RGB value is (208,244,115). Sum of RGB (Red+Green+Blue) = 208+244+115=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F473 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F473 is #2F0B8C. Grayscale: #DBDBDB. Windows color (decimal): -3083149 or 7599312. OLE color: 7599312.
HSL color Cylindrical-coordinate representation of color #D0F473: hue angle of 76.74º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0F473 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 115 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.04 |
| HSL | 76.74º | 0.85% | 0.7% | - |
| HSV(B) | 76.74º | 0.53% | 0.96% | - |
| XYZ | 61.46 | 79.35 | 28.3 | - |
| YUV | 218.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 115 | 0.15 | 0 | 0.53 | 0.04 | 76.74 | 0.85 | 0.7 |
| Hex | D0 | F4 | 73 | F | 0 | 35 | 4 | 4D | 55 | 46 |
| Octal | 320 | 364 | 163 | 17 | 0 | 65 | 4 | 115 | 125 | 106 |
| Binary | 11010000 | 11110100 | 1110011 | 1111 | 0 | 110101 | 100 | 1001101 | 1010101 | 1000110 |
Color Harmonies of #D0F473
Complementary color
Monochromatic Colors of #D0F473
Black with #D0F473
Text Example
Text Example
White with #D0F473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F473; }
p { color: rgb(208,244,115); }
H1.HeaderClassName
{
color: #D0F473;
}
.AnyTagClassName
{
color: #D0F473;
}
</style>
background-color css
<style>
a { background-color: #D0F473; }
a { background-color: rgb(208,244,115); }
div.DivClassName
{
background-color: #D0F473;
}
.BgClassName
{
background-color: #D0F473;
}
</style>
border-color css
<style>
span { border-color: #D0F473; }
span { border-color: rgb(208,244,115); }
td.TdClassName
{
border-color: #D0F473;
}
.TagClassName
{
border-color: #D0F473;
}
</style>