Shades of Mindaro #D4F076
Tints of Mindaro #D4F076
RGB
CMYK
RGB Variations
Color information
#D4F076 (or 0xD4F076) is known color: Mindaro. HEX triplet: D4, F0 and 76. RGB value is (212,240,118). Sum of RGB (Red+Green+Blue) = 212+240+118=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F076 is #2B0F89. Grayscale: #DADADA. Windows color (decimal): -2822026 or 7794900. OLE color: 7794900.
HSL color Cylindrical-coordinate representation of color #D4F076: hue angle of 73.77º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4F076 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 240 | 118 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.06 |
| HSL | 73.77º | 0.8% | 0.7% | - |
| HSV(B) | 73.77º | 0.51% | 0.94% | - |
| XYZ | 61.58 | 77.63 | 28.88 | - |
| YUV | 217.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 240 | 118 | 0.12 | 0 | 0.51 | 0.06 | 73.77 | 0.8 | 0.7 |
| Hex | D4 | F0 | 76 | C | 0 | 33 | 6 | 4A | 50 | 46 |
| Octal | 324 | 360 | 166 | 14 | 0 | 63 | 6 | 112 | 120 | 106 |
| Binary | 11010100 | 11110000 | 1110110 | 1100 | 0 | 110011 | 110 | 1001010 | 1010000 | 1000110 |
Color Harmonies of #D4F076
Complementary color
Monochromatic Colors of #D4F076
Black with #D4F076
Text Example
Text Example
White with #D4F076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F076; }
p { color: rgb(212,240,118); }
H1.HeaderClassName
{
color: #D4F076;
}
.AnyTagClassName
{
color: #D4F076;
}
</style>
background-color css
<style>
a { background-color: #D4F076; }
a { background-color: rgb(212,240,118); }
div.DivClassName
{
background-color: #D4F076;
}
.BgClassName
{
background-color: #D4F076;
}
</style>
border-color css
<style>
span { border-color: #D4F076; }
span { border-color: rgb(212,240,118); }
td.TdClassName
{
border-color: #D4F076;
}
.TagClassName
{
border-color: #D4F076;
}
</style>