Shades of Mindaro #D8F670
Tints of Mindaro #D8F670
RGB
CMYK
RGB Variations
Color information
#D8F670 (or 0xD8F670) is known color: Mindaro. HEX triplet: D8, F6 and 70. RGB value is (216,246,112). Sum of RGB (Red+Green+Blue) = 216+246+112=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #D8F670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F670 is #27098F. Grayscale: #DEDEDE. Windows color (decimal): -2558352 or 7403224. OLE color: 7403224.
HSL color Cylindrical-coordinate representation of color #D8F670: hue angle of 73.43º 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 #D8F670 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 246 | 112 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.04 |
| HSL | 73.43º | 0.88% | 0.7% | - |
| HSV(B) | 73.43º | 0.54% | 0.96% | - |
| XYZ | 64.2 | 81.68 | 27.71 | - |
| YUV | 221.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 246 | 112 | 0.12 | 0 | 0.54 | 0.04 | 73.43 | 0.88 | 0.7 |
| Hex | D8 | F6 | 70 | C | 0 | 36 | 4 | 49 | 58 | 46 |
| Octal | 330 | 366 | 160 | 14 | 0 | 66 | 4 | 111 | 130 | 106 |
| Binary | 11011000 | 11110110 | 1110000 | 1100 | 0 | 110110 | 100 | 1001001 | 1011000 | 1000110 |
Color Harmonies of #D8F670
Complementary color
Monochromatic Colors of #D8F670
Black with #D8F670
Text Example
Text Example
White with #D8F670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F670; }
p { color: rgb(216,246,112); }
H1.HeaderClassName
{
color: #D8F670;
}
.AnyTagClassName
{
color: #D8F670;
}
</style>
background-color css
<style>
a { background-color: #D8F670; }
a { background-color: rgb(216,246,112); }
div.DivClassName
{
background-color: #D8F670;
}
.BgClassName
{
background-color: #D8F670;
}
</style>
border-color css
<style>
span { border-color: #D8F670; }
span { border-color: rgb(216,246,112); }
td.TdClassName
{
border-color: #D8F670;
}
.TagClassName
{
border-color: #D8F670;
}
</style>