Shades of Mindaro #D3E077
Tints of Mindaro #D3E077
RGB
CMYK
RGB Variations
Color information
#D3E077 (or 0xD3E077) is known color: Mindaro. HEX triplet: D3, E0 and 77. RGB value is (211,224,119). Sum of RGB (Red+Green+Blue) = 211+224+119=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E077 is #2C1F88. Grayscale: #D0D0D0. Windows color (decimal): -2891657 or 7856339. OLE color: 7856339.
HSL color Cylindrical-coordinate representation of color #D3E077: hue angle of 67.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3E077 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 119 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.12 |
| HSL | 67.43º | 0.63% | 0.67% | - |
| HSV(B) | 67.43º | 0.47% | 0.88% | - |
| XYZ | 56.85 | 68.49 | 27.68 | - |
| YUV | 208.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 119 | 0.06 | 0 | 0.47 | 0.12 | 67.43 | 0.63 | 0.67 |
| Hex | D3 | E0 | 77 | 6 | 0 | 2F | C | 43 | 3F | 43 |
| Octal | 323 | 340 | 167 | 6 | 0 | 57 | 14 | 103 | 77 | 103 |
| Binary | 11010011 | 11100000 | 1110111 | 110 | 0 | 101111 | 1100 | 1000011 | 111111 | 1000011 |
Color Harmonies of #D3E077
Complementary color
Monochromatic Colors of #D3E077
Black with #D3E077
Text Example
Text Example
White with #D3E077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E077; }
p { color: rgb(211,224,119); }
H1.HeaderClassName
{
color: #D3E077;
}
.AnyTagClassName
{
color: #D3E077;
}
</style>
background-color css
<style>
a { background-color: #D3E077; }
a { background-color: rgb(211,224,119); }
div.DivClassName
{
background-color: #D3E077;
}
.BgClassName
{
background-color: #D3E077;
}
</style>
border-color css
<style>
span { border-color: #D3E077; }
span { border-color: rgb(211,224,119); }
td.TdClassName
{
border-color: #D3E077;
}
.TagClassName
{
border-color: #D3E077;
}
</style>