Shades of Mindaro #D9E873
Tints of Mindaro #D9E873
RGB
CMYK
RGB Variations
Color information
#D9E873 (or 0xD9E873) is known color: Mindaro. HEX triplet: D9, E8 and 73. RGB value is (217,232,115). Sum of RGB (Red+Green+Blue) = 217+232+115=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E873 is #26178C. Grayscale: #D6D6D6. Windows color (decimal): -2496397 or 7596249. OLE color: 7596249.
HSL color Cylindrical-coordinate representation of color #D9E873: hue angle of 67.69º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9E873 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 232 | 115 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.09 |
| HSL | 67.69º | 0.72% | 0.68% | - |
| HSV(B) | 67.69º | 0.5% | 0.91% | - |
| XYZ | 60.57 | 73.7 | 27.25 | - |
| YUV | 214.18 | 72.03 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 232 | 115 | 0.06 | 0 | 0.50 | 0.09 | 67.69 | 0.72 | 0.68 |
| Hex | D9 | E8 | 73 | 6 | 0 | 32 | 9 | 44 | 48 | 44 |
| Octal | 331 | 350 | 163 | 6 | 0 | 62 | 11 | 104 | 110 | 104 |
| Binary | 11011001 | 11101000 | 1110011 | 110 | 0 | 110010 | 1001 | 1000100 | 1001000 | 1000100 |
Color Harmonies of #D9E873
Complementary color
Monochromatic Colors of #D9E873
Black with #D9E873
Text Example
Text Example
White with #D9E873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E873; }
p { color: rgb(217,232,115); }
H1.HeaderClassName
{
color: #D9E873;
}
.AnyTagClassName
{
color: #D9E873;
}
</style>
background-color css
<style>
a { background-color: #D9E873; }
a { background-color: rgb(217,232,115); }
div.DivClassName
{
background-color: #D9E873;
}
.BgClassName
{
background-color: #D9E873;
}
</style>
border-color css
<style>
span { border-color: #D9E873; }
span { border-color: rgb(217,232,115); }
td.TdClassName
{
border-color: #D9E873;
}
.TagClassName
{
border-color: #D9E873;
}
</style>