Shades of Mindaro #D0EA73
Tints of Mindaro #D0EA73
RGB
CMYK
RGB Variations
Color information
#D0EA73 (or 0xD0EA73) is known color: Mindaro. HEX triplet: D0, EA and 73. RGB value is (208,234,115). Sum of RGB (Red+Green+Blue) = 208+234+115=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA73 is #2F158C. Grayscale: #D5D5D5. Windows color (decimal): -3085709 or 7596752. OLE color: 7596752.
HSL color Cylindrical-coordinate representation of color #D0EA73: hue angle of 73.11º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0EA73 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 115 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.08 |
| HSL | 73.11º | 0.74% | 0.68% | - |
| HSV(B) | 73.11º | 0.51% | 0.92% | - |
| XYZ | 58.53 | 73.49 | 27.32 | - |
| YUV | 212.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 115 | 0.11 | 0 | 0.51 | 0.08 | 73.11 | 0.74 | 0.68 |
| Hex | D0 | EA | 73 | B | 0 | 33 | 8 | 49 | 4A | 44 |
| Octal | 320 | 352 | 163 | 13 | 0 | 63 | 10 | 111 | 112 | 104 |
| Binary | 11010000 | 11101010 | 1110011 | 1011 | 0 | 110011 | 1000 | 1001001 | 1001010 | 1000100 |
Color Harmonies of #D0EA73
Complementary color
Monochromatic Colors of #D0EA73
Black with #D0EA73
Text Example
Text Example
White with #D0EA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA73; }
p { color: rgb(208,234,115); }
H1.HeaderClassName
{
color: #D0EA73;
}
.AnyTagClassName
{
color: #D0EA73;
}
</style>
background-color css
<style>
a { background-color: #D0EA73; }
a { background-color: rgb(208,234,115); }
div.DivClassName
{
background-color: #D0EA73;
}
.BgClassName
{
background-color: #D0EA73;
}
</style>
border-color css
<style>
span { border-color: #D0EA73; }
span { border-color: rgb(208,234,115); }
td.TdClassName
{
border-color: #D0EA73;
}
.TagClassName
{
border-color: #D0EA73;
}
</style>