Shades of Mindaro #D1E073
Tints of Mindaro #D1E073
RGB
CMYK
RGB Variations
Color information
#D1E073 (or 0xD1E073) is known color: Mindaro. HEX triplet: D1, E0 and 73. RGB value is (209,224,115). Sum of RGB (Red+Green+Blue) = 209+224+115=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E073 is #2E1F8C. Grayscale: #CFCFCF. Windows color (decimal): -3022733 or 7594193. OLE color: 7594193.
HSL color Cylindrical-coordinate representation of color #D1E073: hue angle of 68.26º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1E073 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 115 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.12 |
| HSL | 68.26º | 0.64% | 0.66% | - |
| HSV(B) | 68.26º | 0.49% | 0.88% | - |
| XYZ | 56.04 | 68.1 | 26.41 | - |
| YUV | 207.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 115 | 0.07 | 0 | 0.49 | 0.12 | 68.26 | 0.64 | 0.66 |
| Hex | D1 | E0 | 73 | 7 | 0 | 31 | C | 44 | 40 | 42 |
| Octal | 321 | 340 | 163 | 7 | 0 | 61 | 14 | 104 | 100 | 102 |
| Binary | 11010001 | 11100000 | 1110011 | 111 | 0 | 110001 | 1100 | 1000100 | 1000000 | 1000010 |
Color Harmonies of #D1E073
Complementary color
Monochromatic Colors of #D1E073
Black with #D1E073
Text Example
Text Example
White with #D1E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E073; }
p { color: rgb(209,224,115); }
H1.HeaderClassName
{
color: #D1E073;
}
.AnyTagClassName
{
color: #D1E073;
}
</style>
background-color css
<style>
a { background-color: #D1E073; }
a { background-color: rgb(209,224,115); }
div.DivClassName
{
background-color: #D1E073;
}
.BgClassName
{
background-color: #D1E073;
}
</style>
border-color css
<style>
span { border-color: #D1E073; }
span { border-color: rgb(209,224,115); }
td.TdClassName
{
border-color: #D1E073;
}
.TagClassName
{
border-color: #D1E073;
}
</style>