Shades of Mindaro #D0F470
Tints of Mindaro #D0F470
RGB
CMYK
RGB Variations
Color information
#D0F470 (or 0xD0F470) is known color: Mindaro. HEX triplet: D0, F4 and 70. RGB value is (208,244,112). Sum of RGB (Red+Green+Blue) = 208+244+112=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F470 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F470 is #2F0B8F. Grayscale: #DADADA. Windows color (decimal): -3083152 or 7402704. OLE color: 7402704.
HSL color Cylindrical-coordinate representation of color #D0F470: hue angle of 76.36º degrees, saturation: 0.86, 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 #D0F470 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 112 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.04 |
| HSL | 76.36º | 0.86% | 0.7% | - |
| HSV(B) | 76.36º | 0.54% | 0.96% | - |
| XYZ | 61.29 | 79.28 | 27.4 | - |
| YUV | 218.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 112 | 0.15 | 0 | 0.54 | 0.04 | 76.36 | 0.86 | 0.7 |
| Hex | D0 | F4 | 70 | F | 0 | 36 | 4 | 4C | 56 | 46 |
| Octal | 320 | 364 | 160 | 17 | 0 | 66 | 4 | 114 | 126 | 106 |
| Binary | 11010000 | 11110100 | 1110000 | 1111 | 0 | 110110 | 100 | 1001100 | 1010110 | 1000110 |
Color Harmonies of #D0F470
Complementary color
Monochromatic Colors of #D0F470
Black with #D0F470
Text Example
Text Example
White with #D0F470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F470; }
p { color: rgb(208,244,112); }
H1.HeaderClassName
{
color: #D0F470;
}
.AnyTagClassName
{
color: #D0F470;
}
</style>
background-color css
<style>
a { background-color: #D0F470; }
a { background-color: rgb(208,244,112); }
div.DivClassName
{
background-color: #D0F470;
}
.BgClassName
{
background-color: #D0F470;
}
</style>
border-color css
<style>
span { border-color: #D0F470; }
span { border-color: rgb(208,244,112); }
td.TdClassName
{
border-color: #D0F470;
}
.TagClassName
{
border-color: #D0F470;
}
</style>