Shades of Conifer #8DF056
Tints of Conifer #8DF056
RGB
CMYK
RGB Variations
Color information
#8DF056 (or 0x8DF056) is known color: Conifer. HEX triplet: 8D, F0 and 56. RGB value is (141,240,86). Sum of RGB (Red+Green+Blue) = 141+240+86=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF056 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF056 is #720FA9. Grayscale: #C1C1C1. Windows color (decimal): -7475114 or 5697677. OLE color: 5697677.
HSL color Cylindrical-coordinate representation of color #8DF056: hue angle of 98.57º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DF056 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 86 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.06 |
| HSL | 98.57º | 0.84% | 0.64% | - |
| HSV(B) | 98.57º | 0.64% | 0.94% | - |
| XYZ | 43.82 | 68.65 | 19.75 | - |
| YUV | 192.84 | 67.7 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 86 | 0.41 | 0 | 0.64 | 0.06 | 98.57 | 0.84 | 0.64 |
| Hex | 8D | F0 | 56 | 29 | 0 | 40 | 6 | 63 | 54 | 40 |
| Octal | 215 | 360 | 126 | 51 | 0 | 100 | 6 | 143 | 124 | 100 |
| Binary | 10001101 | 11110000 | 1010110 | 101001 | 0 | 1000000 | 110 | 1100011 | 1010100 | 1000000 |
Color Harmonies of #8DF056
Complementary color
Monochromatic Colors of #8DF056
Black with #8DF056
Text Example
Text Example
White with #8DF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF056; }
p { color: rgb(141,240,86); }
H1.HeaderClassName
{
color: #8DF056;
}
.AnyTagClassName
{
color: #8DF056;
}
</style>
background-color css
<style>
a { background-color: #8DF056; }
a { background-color: rgb(141,240,86); }
div.DivClassName
{
background-color: #8DF056;
}
.BgClassName
{
background-color: #8DF056;
}
</style>
border-color css
<style>
span { border-color: #8DF056; }
span { border-color: rgb(141,240,86); }
td.TdClassName
{
border-color: #8DF056;
}
.TagClassName
{
border-color: #8DF056;
}
</style>