Shades of Conifer #8DF556
Tints of Conifer #8DF556
RGB
CMYK
RGB Variations
Color information
#8DF556 (or 0x8DF556) is known color: Conifer. HEX triplet: 8D, F5 and 56. RGB value is (141,245,86). Sum of RGB (Red+Green+Blue) = 141+245+86=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 245 (96.09% from 255 or 51.91% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF556 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF556 is #720AA9. Grayscale: #C4C4C4. Windows color (decimal): -7473834 or 5698957. OLE color: 5698957.
HSL color Cylindrical-coordinate representation of color #8DF556: hue angle of 99.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DF556 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 245 | 86 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.04 |
| HSL | 99.25º | 0.89% | 0.65% | - |
| HSV(B) | 99.25º | 0.65% | 0.96% | - |
| XYZ | 45.32 | 71.64 | 20.24 | - |
| YUV | 195.78 | 66.04 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 245 | 86 | 0.42 | 0 | 0.65 | 0.04 | 99.25 | 0.89 | 0.65 |
| Hex | 8D | F5 | 56 | 2A | 0 | 41 | 4 | 63 | 59 | 41 |
| Octal | 215 | 365 | 126 | 52 | 0 | 101 | 4 | 143 | 131 | 101 |
| Binary | 10001101 | 11110101 | 1010110 | 101010 | 0 | 1000001 | 100 | 1100011 | 1011001 | 1000001 |
Color Harmonies of #8DF556
Complementary color
Monochromatic Colors of #8DF556
Black with #8DF556
Text Example
Text Example
White with #8DF556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF556; }
p { color: rgb(141,245,86); }
H1.HeaderClassName
{
color: #8DF556;
}
.AnyTagClassName
{
color: #8DF556;
}
</style>
background-color css
<style>
a { background-color: #8DF556; }
a { background-color: rgb(141,245,86); }
div.DivClassName
{
background-color: #8DF556;
}
.BgClassName
{
background-color: #8DF556;
}
</style>
border-color css
<style>
span { border-color: #8DF556; }
span { border-color: rgb(141,245,86); }
td.TdClassName
{
border-color: #8DF556;
}
.TagClassName
{
border-color: #8DF556;
}
</style>