Shades of Conifer #8FF250
Tints of Conifer #8FF250
RGB
CMYK
RGB Variations
Color information
#8FF250 (or 0x8FF250) is known color: Conifer. HEX triplet: 8F, F2 and 50. RGB value is (143,242,80). Sum of RGB (Red+Green+Blue) = 143+242+80=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF250 is #700DAF. Grayscale: #C2C2C2. Windows color (decimal): -7343536 or 5304975. OLE color: 5304975.
HSL color Cylindrical-coordinate representation of color #8FF250: hue angle of 96.67º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FF250 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 242 | 80 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.05 |
| HSL | 96.67º | 0.86% | 0.63% | - |
| HSV(B) | 96.67º | 0.67% | 0.95% | - |
| XYZ | 44.53 | 69.92 | 18.74 | - |
| YUV | 193.93 | 63.7 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 80 | 0.41 | 0 | 0.67 | 0.05 | 96.67 | 0.86 | 0.63 |
| Hex | 8F | F2 | 50 | 29 | 0 | 43 | 5 | 61 | 56 | 3F |
| Octal | 217 | 362 | 120 | 51 | 0 | 103 | 5 | 141 | 126 | 77 |
| Binary | 10001111 | 11110010 | 1010000 | 101001 | 0 | 1000011 | 101 | 1100001 | 1010110 | 111111 |
Color Harmonies of #8FF250
Complementary color
Monochromatic Colors of #8FF250
Black with #8FF250
Text Example
Text Example
White with #8FF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF250; }
p { color: rgb(143,242,80); }
H1.HeaderClassName
{
color: #8FF250;
}
.AnyTagClassName
{
color: #8FF250;
}
</style>
background-color css
<style>
a { background-color: #8FF250; }
a { background-color: rgb(143,242,80); }
div.DivClassName
{
background-color: #8FF250;
}
.BgClassName
{
background-color: #8FF250;
}
</style>
border-color css
<style>
span { border-color: #8FF250; }
span { border-color: rgb(143,242,80); }
td.TdClassName
{
border-color: #8FF250;
}
.TagClassName
{
border-color: #8FF250;
}
</style>