Shades of Mindaro #D3E277
Tints of Mindaro #D3E277
RGB
CMYK
RGB Variations
Color information
#D3E277 (or 0xD3E277) is known color: Mindaro. HEX triplet: D3, E2 and 77. RGB value is (211,226,119). Sum of RGB (Red+Green+Blue) = 211+226+119=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 119 (46.88% from 255 or 21.40% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E277 is #2C1D88. Grayscale: #D1D1D1. Windows color (decimal): -2891145 or 7856851. OLE color: 7856851.
HSL color Cylindrical-coordinate representation of color #D3E277: hue angle of 68.41º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3E277 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 226 | 119 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.11 |
| HSL | 68.41º | 0.65% | 0.68% | - |
| HSV(B) | 68.41º | 0.47% | 0.89% | - |
| XYZ | 57.39 | 69.57 | 27.86 | - |
| YUV | 209.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 119 | 0.07 | 0 | 0.47 | 0.11 | 68.41 | 0.65 | 0.68 |
| Hex | D3 | E2 | 77 | 7 | 0 | 2F | B | 44 | 41 | 44 |
| Octal | 323 | 342 | 167 | 7 | 0 | 57 | 13 | 104 | 101 | 104 |
| Binary | 11010011 | 11100010 | 1110111 | 111 | 0 | 101111 | 1011 | 1000100 | 1000001 | 1000100 |
Color Harmonies of #D3E277
Complementary color
Monochromatic Colors of #D3E277
Black with #D3E277
Text Example
Text Example
White with #D3E277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E277; }
p { color: rgb(211,226,119); }
H1.HeaderClassName
{
color: #D3E277;
}
.AnyTagClassName
{
color: #D3E277;
}
</style>
background-color css
<style>
a { background-color: #D3E277; }
a { background-color: rgb(211,226,119); }
div.DivClassName
{
background-color: #D3E277;
}
.BgClassName
{
background-color: #D3E277;
}
</style>
border-color css
<style>
span { border-color: #D3E277; }
span { border-color: rgb(211,226,119); }
td.TdClassName
{
border-color: #D3E277;
}
.TagClassName
{
border-color: #D3E277;
}
</style>