Shades of Mindaro #D4F776
Tints of Mindaro #D4F776
RGB
CMYK
RGB Variations
Color information
#D4F776 (or 0xD4F776) is known color: Mindaro. HEX triplet: D4, F7 and 76. RGB value is (212,247,118). Sum of RGB (Red+Green+Blue) = 212+247+118=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F776 is #2B0889. Grayscale: #DEDEDE. Windows color (decimal): -2820234 or 7796692. OLE color: 7796692.
HSL color Cylindrical-coordinate representation of color #D4F776: hue angle of 76.28º 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 #D4F776 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 247 | 118 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.03 |
| HSL | 76.28º | 0.89% | 0.72% | - |
| HSV(B) | 76.28º | 0.52% | 0.97% | - |
| XYZ | 63.68 | 81.83 | 29.58 | - |
| YUV | 221.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 247 | 118 | 0.14 | 0 | 0.52 | 0.03 | 76.28 | 0.89 | 0.72 |
| Hex | D4 | F7 | 76 | E | 0 | 34 | 3 | 4C | 59 | 48 |
| Octal | 324 | 367 | 166 | 16 | 0 | 64 | 3 | 114 | 131 | 110 |
| Binary | 11010100 | 11110111 | 1110110 | 1110 | 0 | 110100 | 11 | 1001100 | 1011001 | 1001000 |
Color Harmonies of #D4F776
Complementary color
Monochromatic Colors of #D4F776
Black with #D4F776
Text Example
Text Example
White with #D4F776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F776; }
p { color: rgb(212,247,118); }
H1.HeaderClassName
{
color: #D4F776;
}
.AnyTagClassName
{
color: #D4F776;
}
</style>
background-color css
<style>
a { background-color: #D4F776; }
a { background-color: rgb(212,247,118); }
div.DivClassName
{
background-color: #D4F776;
}
.BgClassName
{
background-color: #D4F776;
}
</style>
border-color css
<style>
span { border-color: #D4F776; }
span { border-color: rgb(212,247,118); }
td.TdClassName
{
border-color: #D4F776;
}
.TagClassName
{
border-color: #D4F776;
}
</style>