Shades of Mindaro #D9E273
Tints of Mindaro #D9E273
RGB
CMYK
RGB Variations
Color information
#D9E273 (or 0xD9E273) is known color: Mindaro. HEX triplet: D9, E2 and 73. RGB value is (217,226,115). Sum of RGB (Red+Green+Blue) = 217+226+115=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E273 is #261D8C. Grayscale: #D3D3D3. Windows color (decimal): -2497933 or 7594713. OLE color: 7594713.
HSL color Cylindrical-coordinate representation of color #D9E273: hue angle of 64.86º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9E273 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 115 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.11 |
| HSL | 64.86º | 0.66% | 0.67% | - |
| HSV(B) | 64.86º | 0.49% | 0.89% | - |
| XYZ | 58.91 | 70.38 | 26.7 | - |
| YUV | 210.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 115 | 0.04 | 0 | 0.49 | 0.11 | 64.86 | 0.66 | 0.67 |
| Hex | D9 | E2 | 73 | 4 | 0 | 31 | B | 41 | 42 | 43 |
| Octal | 331 | 342 | 163 | 4 | 0 | 61 | 13 | 101 | 102 | 103 |
| Binary | 11011001 | 11100010 | 1110011 | 100 | 0 | 110001 | 1011 | 1000001 | 1000010 | 1000011 |
Color Harmonies of #D9E273
Complementary color
Monochromatic Colors of #D9E273
Black with #D9E273
Text Example
Text Example
White with #D9E273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E273; }
p { color: rgb(217,226,115); }
H1.HeaderClassName
{
color: #D9E273;
}
.AnyTagClassName
{
color: #D9E273;
}
</style>
background-color css
<style>
a { background-color: #D9E273; }
a { background-color: rgb(217,226,115); }
div.DivClassName
{
background-color: #D9E273;
}
.BgClassName
{
background-color: #D9E273;
}
</style>
border-color css
<style>
span { border-color: #D9E273; }
span { border-color: rgb(217,226,115); }
td.TdClassName
{
border-color: #D9E273;
}
.TagClassName
{
border-color: #D9E273;
}
</style>