Shades of Mindaro #D6FF6C
Tints of Mindaro #D6FF6C
RGB
CMYK
RGB Variations
Color information
#D6FF6C (or 0xD6FF6C) is known color: Mindaro. HEX triplet: D6, FF and 6C. RGB value is (214,255,108). Sum of RGB (Red+Green+Blue) = 214+255+108=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF6C is #290093. Grayscale: #E2E2E2. Windows color (decimal): -2687124 or 7143382. OLE color: 7143382.
HSL color Cylindrical-coordinate representation of color #D6FF6C: hue angle of 76.73º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6FF6C is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 108 | - |
| CMYK | 0.16 | 0 | 0.58 | 0 |
| HSL | 76.73º | 1% | 0.71% | - |
| HSV(B) | 76.73º | 0.58% | 1% | - |
| XYZ | 66.2 | 86.9 | 27.47 | - |
| YUV | 225.98 | 61.42 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 108 | 0.16 | 0 | 0.58 | 0 | 76.73 | 1 | 0.71 |
| Hex | D6 | FF | 6C | 10 | 0 | 3A | 0 | 4D | 64 | 47 |
| Octal | 326 | 377 | 154 | 20 | 0 | 72 | 0 | 115 | 144 | 107 |
| Binary | 11010110 | 11111111 | 1101100 | 10000 | 0 | 111010 | 0 | 1001101 | 1100100 | 1000111 |
Color Harmonies of #D6FF6C
Complementary color
Monochromatic Colors of #D6FF6C
Black with #D6FF6C
Text Example
Text Example
White with #D6FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF6C; }
p { color: rgb(214,255,108); }
H1.HeaderClassName
{
color: #D6FF6C;
}
.AnyTagClassName
{
color: #D6FF6C;
}
</style>
background-color css
<style>
a { background-color: #D6FF6C; }
a { background-color: rgb(214,255,108); }
div.DivClassName
{
background-color: #D6FF6C;
}
.BgClassName
{
background-color: #D6FF6C;
}
</style>
border-color css
<style>
span { border-color: #D6FF6C; }
span { border-color: rgb(214,255,108); }
td.TdClassName
{
border-color: #D6FF6C;
}
.TagClassName
{
border-color: #D6FF6C;
}
</style>