Shades of Conifer #8FF855
Tints of Conifer #8FF855
RGB
CMYK
RGB Variations
Color information
#8FF855 (or 0x8FF855) is known color: Conifer. HEX triplet: 8F, F8 and 55. RGB value is (143,248,85). Sum of RGB (Red+Green+Blue) = 143+248+85=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #8FF855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF855 is #7007AA. Grayscale: #C6C6C6. Windows color (decimal): -7341995 or 5634191. OLE color: 5634191.
HSL color Cylindrical-coordinate representation of color #8FF855: hue angle of 98.65º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FF855 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 248 | 85 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.03 |
| HSL | 98.65º | 0.92% | 0.65% | - |
| HSV(B) | 98.65º | 0.66% | 0.97% | - |
| XYZ | 46.53 | 73.63 | 20.35 | - |
| YUV | 198.02 | 64.21 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 248 | 85 | 0.42 | 0 | 0.66 | 0.03 | 98.65 | 0.92 | 0.65 |
| Hex | 8F | F8 | 55 | 2A | 0 | 42 | 3 | 63 | 5C | 41 |
| Octal | 217 | 370 | 125 | 52 | 0 | 102 | 3 | 143 | 134 | 101 |
| Binary | 10001111 | 11111000 | 1010101 | 101010 | 0 | 1000010 | 11 | 1100011 | 1011100 | 1000001 |
Color Harmonies of #8FF855
Complementary color
Monochromatic Colors of #8FF855
Black with #8FF855
Text Example
Text Example
White with #8FF855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF855; }
p { color: rgb(143,248,85); }
H1.HeaderClassName
{
color: #8FF855;
}
.AnyTagClassName
{
color: #8FF855;
}
</style>
background-color css
<style>
a { background-color: #8FF855; }
a { background-color: rgb(143,248,85); }
div.DivClassName
{
background-color: #8FF855;
}
.BgClassName
{
background-color: #8FF855;
}
</style>
border-color css
<style>
span { border-color: #8FF855; }
span { border-color: rgb(143,248,85); }
td.TdClassName
{
border-color: #8FF855;
}
.TagClassName
{
border-color: #8FF855;
}
</style>