Shades of Green Yellow #8CF124
Tints of Green Yellow #8CF124
RGB
CMYK
RGB Variations
Color information
#8CF124 (or 0x8CF124) is known color: Green Yellow. HEX triplet: 8C, F1 and 24. RGB value is (140,241,36). Sum of RGB (Red+Green+Blue) = 140+241+36=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 241 (94.53% from 255 or 57.79% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF124 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF124 is #730EDB. Grayscale: #BCBCBC. Windows color (decimal): -7540444 or 2421132. OLE color: 2421132.
HSL color Cylindrical-coordinate representation of color #8CF124: hue angle of 89.56º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CF124 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 36 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.05 |
| HSL | 89.56º | 0.88% | 0.54% | - |
| HSV(B) | 89.56º | 0.85% | 0.95% | - |
| XYZ | 42.59 | 68.61 | 12.67 | - |
| YUV | 187.43 | 42.54 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 36 | 0.42 | 0 | 0.85 | 0.05 | 89.56 | 0.88 | 0.54 |
| Hex | 8C | F1 | 24 | 2A | 0 | 55 | 5 | 5A | 58 | 36 |
| Octal | 214 | 361 | 44 | 52 | 0 | 125 | 5 | 132 | 130 | 66 |
| Binary | 10001100 | 11110001 | 100100 | 101010 | 0 | 1010101 | 101 | 1011010 | 1011000 | 110110 |
Color Harmonies of #8CF124
Complementary color
Monochromatic Colors of #8CF124
Black with #8CF124
Text Example
Text Example
White with #8CF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF124; }
p { color: rgb(140,241,36); }
H1.HeaderClassName
{
color: #8CF124;
}
.AnyTagClassName
{
color: #8CF124;
}
</style>
background-color css
<style>
a { background-color: #8CF124; }
a { background-color: rgb(140,241,36); }
div.DivClassName
{
background-color: #8CF124;
}
.BgClassName
{
background-color: #8CF124;
}
</style>
border-color css
<style>
span { border-color: #8CF124; }
span { border-color: rgb(140,241,36); }
td.TdClassName
{
border-color: #8CF124;
}
.TagClassName
{
border-color: #8CF124;
}
</style>