Shades of Mindaro #D8F173
Tints of Mindaro #D8F173
RGB
CMYK
RGB Variations
Color information
#D8F173 (or 0xD8F173) is known color: Mindaro. HEX triplet: D8, F1 and 73. RGB value is (216,241,115). Sum of RGB (Red+Green+Blue) = 216+241+115=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F173 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F173 is #270E8C. Grayscale: #DBDBDB. Windows color (decimal): -2559629 or 7598552. OLE color: 7598552.
HSL color Cylindrical-coordinate representation of color #D8F173: hue angle of 71.9º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8F173 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 115 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.05 |
| HSL | 71.9º | 0.82% | 0.7% | - |
| HSV(B) | 71.9º | 0.52% | 0.95% | - |
| XYZ | 62.87 | 78.75 | 28.11 | - |
| YUV | 219.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 115 | 0.10 | 0 | 0.52 | 0.05 | 71.9 | 0.82 | 0.7 |
| Hex | D8 | F1 | 73 | A | 0 | 34 | 5 | 48 | 52 | 46 |
| Octal | 330 | 361 | 163 | 12 | 0 | 64 | 5 | 110 | 122 | 106 |
| Binary | 11011000 | 11110001 | 1110011 | 1010 | 0 | 110100 | 101 | 1001000 | 1010010 | 1000110 |
Color Harmonies of #D8F173
Complementary color
Monochromatic Colors of #D8F173
Black with #D8F173
Text Example
Text Example
White with #D8F173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F173; }
p { color: rgb(216,241,115); }
H1.HeaderClassName
{
color: #D8F173;
}
.AnyTagClassName
{
color: #D8F173;
}
</style>
background-color css
<style>
a { background-color: #D8F173; }
a { background-color: rgb(216,241,115); }
div.DivClassName
{
background-color: #D8F173;
}
.BgClassName
{
background-color: #D8F173;
}
</style>
border-color css
<style>
span { border-color: #D8F173; }
span { border-color: rgb(216,241,115); }
td.TdClassName
{
border-color: #D8F173;
}
.TagClassName
{
border-color: #D8F173;
}
</style>