Shades of Mindaro #D3F776
Tints of Mindaro #D3F776
RGB
CMYK
RGB Variations
Color information
#D3F776 (or 0xD3F776) is known color: Mindaro. HEX triplet: D3, F7 and 76. RGB value is (211,247,118). Sum of RGB (Red+Green+Blue) = 211+247+118=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F776 is #2C0889. Grayscale: #DEDEDE. Windows color (decimal): -2885770 or 7796691. OLE color: 7796691.
HSL color Cylindrical-coordinate representation of color #D3F776: hue angle of 76.74º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3F776 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 247 | 118 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.03 |
| HSL | 76.74º | 0.89% | 0.72% | - |
| HSV(B) | 76.74º | 0.52% | 0.97% | - |
| XYZ | 63.39 | 81.68 | 29.56 | - |
| YUV | 221.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 247 | 118 | 0.15 | 0 | 0.52 | 0.03 | 76.74 | 0.89 | 0.72 |
| Hex | D3 | F7 | 76 | F | 0 | 34 | 3 | 4D | 59 | 48 |
| Octal | 323 | 367 | 166 | 17 | 0 | 64 | 3 | 115 | 131 | 110 |
| Binary | 11010011 | 11110111 | 1110110 | 1111 | 0 | 110100 | 11 | 1001101 | 1011001 | 1001000 |
Color Harmonies of #D3F776
Complementary color
Monochromatic Colors of #D3F776
Black with #D3F776
Text Example
Text Example
White with #D3F776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F776; }
p { color: rgb(211,247,118); }
H1.HeaderClassName
{
color: #D3F776;
}
.AnyTagClassName
{
color: #D3F776;
}
</style>
background-color css
<style>
a { background-color: #D3F776; }
a { background-color: rgb(211,247,118); }
div.DivClassName
{
background-color: #D3F776;
}
.BgClassName
{
background-color: #D3F776;
}
</style>
border-color css
<style>
span { border-color: #D3F776; }
span { border-color: rgb(211,247,118); }
td.TdClassName
{
border-color: #D3F776;
}
.TagClassName
{
border-color: #D3F776;
}
</style>