Shades of Conifer #8FF350
Tints of Conifer #8FF350
RGB
CMYK
RGB Variations
Color information
#8FF350 (or 0x8FF350) is known color: Conifer. HEX triplet: 8F, F3 and 50. RGB value is (143,243,80). Sum of RGB (Red+Green+Blue) = 143+243+80=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #8FF350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF350 is #700CAF. Grayscale: #C3C3C3. Windows color (decimal): -7343280 or 5305231. OLE color: 5305231.
HSL color Cylindrical-coordinate representation of color #8FF350: hue angle of 96.81º degrees, saturation: 0.87, 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 #8FF350 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 243 | 80 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.05 |
| HSL | 96.81º | 0.87% | 0.63% | - |
| HSV(B) | 96.81º | 0.67% | 0.95% | - |
| XYZ | 44.83 | 70.52 | 18.84 | - |
| YUV | 194.52 | 63.37 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 243 | 80 | 0.41 | 0 | 0.67 | 0.05 | 96.81 | 0.87 | 0.63 |
| Hex | 8F | F3 | 50 | 29 | 0 | 43 | 5 | 61 | 57 | 3F |
| Octal | 217 | 363 | 120 | 51 | 0 | 103 | 5 | 141 | 127 | 77 |
| Binary | 10001111 | 11110011 | 1010000 | 101001 | 0 | 1000011 | 101 | 1100001 | 1010111 | 111111 |
Color Harmonies of #8FF350
Complementary color
Monochromatic Colors of #8FF350
Black with #8FF350
Text Example
Text Example
White with #8FF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF350; }
p { color: rgb(143,243,80); }
H1.HeaderClassName
{
color: #8FF350;
}
.AnyTagClassName
{
color: #8FF350;
}
</style>
background-color css
<style>
a { background-color: #8FF350; }
a { background-color: rgb(143,243,80); }
div.DivClassName
{
background-color: #8FF350;
}
.BgClassName
{
background-color: #8FF350;
}
</style>
border-color css
<style>
span { border-color: #8FF350; }
span { border-color: rgb(143,243,80); }
td.TdClassName
{
border-color: #8FF350;
}
.TagClassName
{
border-color: #8FF350;
}
</style>