Shades of Mindaro #D3ED76
Tints of Mindaro #D3ED76
RGB
CMYK
RGB Variations
Color information
#D3ED76 (or 0xD3ED76) is known color: Mindaro. HEX triplet: D3, ED and 76. RGB value is (211,237,118). Sum of RGB (Red+Green+Blue) = 211+237+118=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3ED76 is #2C1289. Grayscale: #D8D8D8. Windows color (decimal): -2888330 or 7794131. OLE color: 7794131.
HSL color Cylindrical-coordinate representation of color #D3ED76: hue angle of 73.11º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3ED76 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 118 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.07 |
| HSL | 73.11º | 0.77% | 0.7% | - |
| HSV(B) | 73.11º | 0.5% | 0.93% | - |
| XYZ | 60.42 | 75.73 | 28.57 | - |
| YUV | 215.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 118 | 0.11 | 0 | 0.50 | 0.07 | 73.11 | 0.77 | 0.7 |
| Hex | D3 | ED | 76 | B | 0 | 32 | 7 | 49 | 4D | 46 |
| Octal | 323 | 355 | 166 | 13 | 0 | 62 | 7 | 111 | 115 | 106 |
| Binary | 11010011 | 11101101 | 1110110 | 1011 | 0 | 110010 | 111 | 1001001 | 1001101 | 1000110 |
Color Harmonies of #D3ED76
Complementary color
Monochromatic Colors of #D3ED76
Black with #D3ED76
Text Example
Text Example
White with #D3ED76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ED76; }
p { color: rgb(211,237,118); }
H1.HeaderClassName
{
color: #D3ED76;
}
.AnyTagClassName
{
color: #D3ED76;
}
</style>
background-color css
<style>
a { background-color: #D3ED76; }
a { background-color: rgb(211,237,118); }
div.DivClassName
{
background-color: #D3ED76;
}
.BgClassName
{
background-color: #D3ED76;
}
</style>
border-color css
<style>
span { border-color: #D3ED76; }
span { border-color: rgb(211,237,118); }
td.TdClassName
{
border-color: #D3ED76;
}
.TagClassName
{
border-color: #D3ED76;
}
</style>