Shades of Mindaro #D3E977
Tints of Mindaro #D3E977
RGB
CMYK
RGB Variations
Color information
#D3E977 (or 0xD3E977) is known color: Mindaro. HEX triplet: D3, E9 and 77. RGB value is (211,233,119). Sum of RGB (Red+Green+Blue) = 211+233+119=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E977 is #2C1688. Grayscale: #D5D5D5. Windows color (decimal): -2889353 or 7858643. OLE color: 7858643.
HSL color Cylindrical-coordinate representation of color #D3E977: hue angle of 71.58º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3E977 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 233 | 119 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.09 |
| HSL | 71.58º | 0.72% | 0.69% | - |
| HSV(B) | 71.58º | 0.49% | 0.91% | - |
| XYZ | 59.33 | 73.46 | 28.5 | - |
| YUV | 213.43 | 74.71 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 233 | 119 | 0.09 | 0 | 0.49 | 0.09 | 71.58 | 0.72 | 0.69 |
| Hex | D3 | E9 | 77 | 9 | 0 | 31 | 9 | 48 | 48 | 45 |
| Octal | 323 | 351 | 167 | 11 | 0 | 61 | 11 | 110 | 110 | 105 |
| Binary | 11010011 | 11101001 | 1110111 | 1001 | 0 | 110001 | 1001 | 1001000 | 1001000 | 1000101 |
Color Harmonies of #D3E977
Complementary color
Monochromatic Colors of #D3E977
Black with #D3E977
Text Example
Text Example
White with #D3E977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E977; }
p { color: rgb(211,233,119); }
H1.HeaderClassName
{
color: #D3E977;
}
.AnyTagClassName
{
color: #D3E977;
}
</style>
background-color css
<style>
a { background-color: #D3E977; }
a { background-color: rgb(211,233,119); }
div.DivClassName
{
background-color: #D3E977;
}
.BgClassName
{
background-color: #D3E977;
}
</style>
border-color css
<style>
span { border-color: #D3E977; }
span { border-color: rgb(211,233,119); }
td.TdClassName
{
border-color: #D3E977;
}
.TagClassName
{
border-color: #D3E977;
}
</style>