Shades of Green Yellow #8CF128
Tints of Green Yellow #8CF128
RGB
CMYK
RGB Variations
Color information
#8CF128 (or 0x8CF128) is known color: Green Yellow. HEX triplet: 8C, F1 and 28. RGB value is (140,241,40). Sum of RGB (Red+Green+Blue) = 140+241+40=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 241 (94.53% from 255 or 57.24% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF128 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF128 is #730ED7. Grayscale: #BCBCBC. Windows color (decimal): -7540440 or 2683276. OLE color: 2683276.
HSL color Cylindrical-coordinate representation of color #8CF128: hue angle of 90.15º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CF128 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 40 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.05 |
| HSL | 90.15º | 0.88% | 0.55% | - |
| HSV(B) | 90.15º | 0.83% | 0.95% | - |
| XYZ | 42.65 | 68.64 | 13.01 | - |
| YUV | 187.89 | 44.54 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 40 | 0.42 | 0 | 0.83 | 0.05 | 90.15 | 0.88 | 0.55 |
| Hex | 8C | F1 | 28 | 2A | 0 | 53 | 5 | 5A | 58 | 37 |
| Octal | 214 | 361 | 50 | 52 | 0 | 123 | 5 | 132 | 130 | 67 |
| Binary | 10001100 | 11110001 | 101000 | 101010 | 0 | 1010011 | 101 | 1011010 | 1011000 | 110111 |
Color Harmonies of #8CF128
Complementary color
Monochromatic Colors of #8CF128
Black with #8CF128
Text Example
Text Example
White with #8CF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF128; }
p { color: rgb(140,241,40); }
H1.HeaderClassName
{
color: #8CF128;
}
.AnyTagClassName
{
color: #8CF128;
}
</style>
background-color css
<style>
a { background-color: #8CF128; }
a { background-color: rgb(140,241,40); }
div.DivClassName
{
background-color: #8CF128;
}
.BgClassName
{
background-color: #8CF128;
}
</style>
border-color css
<style>
span { border-color: #8CF128; }
span { border-color: rgb(140,241,40); }
td.TdClassName
{
border-color: #8CF128;
}
.TagClassName
{
border-color: #8CF128;
}
</style>