Shades of Mindaro #D6FE6F
Tints of Mindaro #D6FE6F
RGB
CMYK
RGB Variations
Color information
#D6FE6F (or 0xD6FE6F) is known color: Mindaro. HEX triplet: D6, FE and 6F. RGB value is (214,254,111). Sum of RGB (Red+Green+Blue) = 214+254+111=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 111 (43.75% from 255 or 19.17% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE6F is #290190. Grayscale: #E2E2E2. Windows color (decimal): -2687377 or 7339734. OLE color: 7339734.
HSL color Cylindrical-coordinate representation of color #D6FE6F: hue angle of 76.78º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6FE6F is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 111 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.00 |
| HSL | 76.78º | 0.99% | 0.72% | - |
| HSV(B) | 76.78º | 0.56% | 1% | - |
| XYZ | 66.04 | 86.33 | 28.22 | - |
| YUV | 225.74 | 63.25 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 111 | 0.16 | 0 | 0.56 | 0.00 | 76.78 | 0.99 | 0.72 |
| Hex | D6 | FE | 6F | 10 | 0 | 38 | 0 | 4D | 63 | 48 |
| Octal | 326 | 376 | 157 | 20 | 0 | 70 | 0 | 115 | 143 | 110 |
| Binary | 11010110 | 11111110 | 1101111 | 10000 | 0 | 111000 | 0 | 1001101 | 1100011 | 1001000 |
Color Harmonies of #D6FE6F
Complementary color
Monochromatic Colors of #D6FE6F
Black with #D6FE6F
Text Example
Text Example
White with #D6FE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FE6F; }
p { color: rgb(214,254,111); }
H1.HeaderClassName
{
color: #D6FE6F;
}
.AnyTagClassName
{
color: #D6FE6F;
}
</style>
background-color css
<style>
a { background-color: #D6FE6F; }
a { background-color: rgb(214,254,111); }
div.DivClassName
{
background-color: #D6FE6F;
}
.BgClassName
{
background-color: #D6FE6F;
}
</style>
border-color css
<style>
span { border-color: #D6FE6F; }
span { border-color: rgb(214,254,111); }
td.TdClassName
{
border-color: #D6FE6F;
}
.TagClassName
{
border-color: #D6FE6F;
}
</style>