Shades of Mindaro #D6FF76
Tints of Mindaro #D6FF76
RGB
CMYK
RGB Variations
Color information
#D6FF76 (or 0xD6FF76) is known color: Mindaro. HEX triplet: D6, FF and 76. RGB value is (214,255,118). Sum of RGB (Red+Green+Blue) = 214+255+118=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 118 (46.48% from 255 or 20.10% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF76 is #290089. Grayscale: #E3E3E3. Windows color (decimal): -2687114 or 7798742. OLE color: 7798742.
HSL color Cylindrical-coordinate representation of color #D6FF76: hue angle of 77.96º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6FF76 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 118 | - |
| CMYK | 0.16 | 0 | 0.54 | 0 |
| HSL | 77.96º | 1% | 0.73% | - |
| HSV(B) | 77.96º | 0.54% | 1% | - |
| XYZ | 66.76 | 87.12 | 30.44 | - |
| YUV | 227.12 | 66.42 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 118 | 0.16 | 0 | 0.54 | 0 | 77.96 | 1 | 0.73 |
| Hex | D6 | FF | 76 | 10 | 0 | 36 | 0 | 4E | 64 | 49 |
| Octal | 326 | 377 | 166 | 20 | 0 | 66 | 0 | 116 | 144 | 111 |
| Binary | 11010110 | 11111111 | 1110110 | 10000 | 0 | 110110 | 0 | 1001110 | 1100100 | 1001001 |
Color Harmonies of #D6FF76
Complementary color
Monochromatic Colors of #D6FF76
Black with #D6FF76
Text Example
Text Example
White with #D6FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF76; }
p { color: rgb(214,255,118); }
H1.HeaderClassName
{
color: #D6FF76;
}
.AnyTagClassName
{
color: #D6FF76;
}
</style>
background-color css
<style>
a { background-color: #D6FF76; }
a { background-color: rgb(214,255,118); }
div.DivClassName
{
background-color: #D6FF76;
}
.BgClassName
{
background-color: #D6FF76;
}
</style>
border-color css
<style>
span { border-color: #D6FF76; }
span { border-color: rgb(214,255,118); }
td.TdClassName
{
border-color: #D6FF76;
}
.TagClassName
{
border-color: #D6FF76;
}
</style>