Shades of Mindaro #D8E673
Tints of Mindaro #D8E673
RGB
CMYK
RGB Variations
Color information
#D8E673 (or 0xD8E673) is known color: Mindaro. HEX triplet: D8, E6 and 73. RGB value is (216,230,115). Sum of RGB (Red+Green+Blue) = 216+230+115=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #D8E673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E673 is #27198C. Grayscale: #D5D5D5. Windows color (decimal): -2562445 or 7595736. OLE color: 7595736.
HSL color Cylindrical-coordinate representation of color #D8E673: hue angle of 67.3º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8E673 is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 230 | 115 | - |
| CMYK | 0.06 | 0 | 0.5 | 0.10 |
| HSL | 67.3º | 0.7% | 0.68% | - |
| HSV(B) | 67.3º | 0.5% | 0.9% | - |
| XYZ | 59.71 | 72.43 | 27.05 | - |
| YUV | 212.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 230 | 115 | 0.06 | 0 | 0.5 | 0.10 | 67.3 | 0.7 | 0.68 |
| Hex | D8 | E6 | 73 | 6 | 0 | 32 | A | 43 | 46 | 44 |
| Octal | 330 | 346 | 163 | 6 | 0 | 62 | 12 | 103 | 106 | 104 |
| Binary | 11011000 | 11100110 | 1110011 | 110 | 0 | 110010 | 1010 | 1000011 | 1000110 | 1000100 |
Color Harmonies of #D8E673
Complementary color
Monochromatic Colors of #D8E673
Black with #D8E673
Text Example
Text Example
White with #D8E673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E673; }
p { color: rgb(216,230,115); }
H1.HeaderClassName
{
color: #D8E673;
}
.AnyTagClassName
{
color: #D8E673;
}
</style>
background-color css
<style>
a { background-color: #D8E673; }
a { background-color: rgb(216,230,115); }
div.DivClassName
{
background-color: #D8E673;
}
.BgClassName
{
background-color: #D8E673;
}
</style>
border-color css
<style>
span { border-color: #D8E673; }
span { border-color: rgb(216,230,115); }
td.TdClassName
{
border-color: #D8E673;
}
.TagClassName
{
border-color: #D8E673;
}
</style>