Shades of Mindaro #D6F77A
Tints of Mindaro #D6F77A
RGB
CMYK
RGB Variations
Color information
#D6F77A (or 0xD6F77A) is known color: Mindaro. HEX triplet: D6, F7 and 7A. RGB value is (214,247,122). Sum of RGB (Red+Green+Blue) = 214+247+122=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 247 (96.88% from 255 or 42.37% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F77A is #290885. Grayscale: #DFDFDF. Windows color (decimal): -2689158 or 8058838. OLE color: 8058838.
HSL color Cylindrical-coordinate representation of color #D6F77A: hue angle of 75.84º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6F77A is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 247 | 122 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.03 |
| HSL | 75.84º | 0.89% | 0.72% | - |
| HSV(B) | 75.84º | 0.51% | 0.97% | - |
| XYZ | 64.51 | 82.22 | 30.88 | - |
| YUV | 222.88 | 71.07 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 247 | 122 | 0.13 | 0 | 0.51 | 0.03 | 75.84 | 0.89 | 0.72 |
| Hex | D6 | F7 | 7A | D | 0 | 33 | 3 | 4C | 59 | 48 |
| Octal | 326 | 367 | 172 | 15 | 0 | 63 | 3 | 114 | 131 | 110 |
| Binary | 11010110 | 11110111 | 1111010 | 1101 | 0 | 110011 | 11 | 1001100 | 1011001 | 1001000 |
Color Harmonies of #D6F77A
Complementary color
Monochromatic Colors of #D6F77A
Black with #D6F77A
Text Example
Text Example
White with #D6F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F77A; }
p { color: rgb(214,247,122); }
H1.HeaderClassName
{
color: #D6F77A;
}
.AnyTagClassName
{
color: #D6F77A;
}
</style>
background-color css
<style>
a { background-color: #D6F77A; }
a { background-color: rgb(214,247,122); }
div.DivClassName
{
background-color: #D6F77A;
}
.BgClassName
{
background-color: #D6F77A;
}
</style>
border-color css
<style>
span { border-color: #D6F77A; }
span { border-color: rgb(214,247,122); }
td.TdClassName
{
border-color: #D6F77A;
}
.TagClassName
{
border-color: #D6F77A;
}
</style>