Shades of Green Yellow #8FF140
Tints of Green Yellow #8FF140
RGB
CMYK
RGB Variations
Color information
#8FF140 (or 0x8FF140) is known color: Green Yellow. HEX triplet: 8F, F1 and 40. RGB value is (143,241,64). Sum of RGB (Red+Green+Blue) = 143+241+64=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 241 (94.53% from 255 or 53.79% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF140 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FF140 is #700EBF. Grayscale: #C0C0C0. Windows color (decimal): -7343808 or 4256143. OLE color: 4256143.
HSL color Cylindrical-coordinate representation of color #8FF140: hue angle of 93.22º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FF140 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 241 | 64 | - |
| CMYK | 0.41 | 0 | 0.73 | 0.05 |
| HSL | 93.22º | 0.86% | 0.6% | - |
| HSV(B) | 93.22º | 0.73% | 0.95% | - |
| XYZ | 43.71 | 69.12 | 15.89 | - |
| YUV | 191.52 | 56.03 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 241 | 64 | 0.41 | 0 | 0.73 | 0.05 | 93.22 | 0.86 | 0.6 |
| Hex | 8F | F1 | 40 | 29 | 0 | 49 | 5 | 5D | 56 | 3C |
| Octal | 217 | 361 | 100 | 51 | 0 | 111 | 5 | 135 | 126 | 74 |
| Binary | 10001111 | 11110001 | 1000000 | 101001 | 0 | 1001001 | 101 | 1011101 | 1010110 | 111100 |
Color Harmonies of #8FF140
Complementary color
Monochromatic Colors of #8FF140
Black with #8FF140
Text Example
Text Example
White with #8FF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF140; }
p { color: rgb(143,241,64); }
H1.HeaderClassName
{
color: #8FF140;
}
.AnyTagClassName
{
color: #8FF140;
}
</style>
background-color css
<style>
a { background-color: #8FF140; }
a { background-color: rgb(143,241,64); }
div.DivClassName
{
background-color: #8FF140;
}
.BgClassName
{
background-color: #8FF140;
}
</style>
border-color css
<style>
span { border-color: #8FF140; }
span { border-color: rgb(143,241,64); }
td.TdClassName
{
border-color: #8FF140;
}
.TagClassName
{
border-color: #8FF140;
}
</style>