Shades of Mindaro #D3E76E
Tints of Mindaro #D3E76E
RGB
CMYK
RGB Variations
Color information
#D3E76E (or 0xD3E76E) is known color: Mindaro. HEX triplet: D3, E7 and 6E. RGB value is (211,231,110). Sum of RGB (Red+Green+Blue) = 211+231+110=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E76E is #2C1891. Grayscale: #D3D3D3. Windows color (decimal): -2889874 or 7268307. OLE color: 7268307.
HSL color Cylindrical-coordinate representation of color #D3E76E: hue angle of 69.92º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3E76E is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 231 | 110 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.09 |
| HSL | 69.92º | 0.72% | 0.67% | - |
| HSV(B) | 69.92º | 0.52% | 0.91% | - |
| XYZ | 58.25 | 72.13 | 25.6 | - |
| YUV | 211.23 | 70.87 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 110 | 0.09 | 0 | 0.52 | 0.09 | 69.92 | 0.72 | 0.67 |
| Hex | D3 | E7 | 6E | 9 | 0 | 34 | 9 | 46 | 48 | 43 |
| Octal | 323 | 347 | 156 | 11 | 0 | 64 | 11 | 106 | 110 | 103 |
| Binary | 11010011 | 11100111 | 1101110 | 1001 | 0 | 110100 | 1001 | 1000110 | 1001000 | 1000011 |
Color Harmonies of #D3E76E
Complementary color
Monochromatic Colors of #D3E76E
Black with #D3E76E
Text Example
Text Example
White with #D3E76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E76E; }
p { color: rgb(211,231,110); }
H1.HeaderClassName
{
color: #D3E76E;
}
.AnyTagClassName
{
color: #D3E76E;
}
</style>
background-color css
<style>
a { background-color: #D3E76E; }
a { background-color: rgb(211,231,110); }
div.DivClassName
{
background-color: #D3E76E;
}
.BgClassName
{
background-color: #D3E76E;
}
</style>
border-color css
<style>
span { border-color: #D3E76E; }
span { border-color: rgb(211,231,110); }
td.TdClassName
{
border-color: #D3E76E;
}
.TagClassName
{
border-color: #D3E76E;
}
</style>