Shades of Green Yellow #8CF226
Tints of Green Yellow #8CF226
RGB
CMYK
RGB Variations
Color information
#8CF226 (or 0x8CF226) is known color: Green Yellow. HEX triplet: 8C, F2 and 26. RGB value is (140,242,38). Sum of RGB (Red+Green+Blue) = 140+242+38=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 242 (94.92% from 255 or 57.62% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF226 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF226 is #730DD9. Grayscale: #BCBCBC. Windows color (decimal): -7540186 or 2552460. OLE color: 2552460.
HSL color Cylindrical-coordinate representation of color #8CF226: hue angle of 90º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8CF226 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 38 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.05 |
| HSL | 90º | 0.89% | 0.55% | - |
| HSV(B) | 90º | 0.84% | 0.95% | - |
| XYZ | 42.92 | 69.22 | 12.93 | - |
| YUV | 188.25 | 43.21 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 38 | 0.42 | 0 | 0.84 | 0.05 | 90 | 0.89 | 0.55 |
| Hex | 8C | F2 | 26 | 2A | 0 | 54 | 5 | 5A | 59 | 37 |
| Octal | 214 | 362 | 46 | 52 | 0 | 124 | 5 | 132 | 131 | 67 |
| Binary | 10001100 | 11110010 | 100110 | 101010 | 0 | 1010100 | 101 | 1011010 | 1011001 | 110111 |
Color Harmonies of #8CF226
Complementary color
Monochromatic Colors of #8CF226
Black with #8CF226
Text Example
Text Example
White with #8CF226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF226; }
p { color: rgb(140,242,38); }
H1.HeaderClassName
{
color: #8CF226;
}
.AnyTagClassName
{
color: #8CF226;
}
</style>
background-color css
<style>
a { background-color: #8CF226; }
a { background-color: rgb(140,242,38); }
div.DivClassName
{
background-color: #8CF226;
}
.BgClassName
{
background-color: #8CF226;
}
</style>
border-color css
<style>
span { border-color: #8CF226; }
span { border-color: rgb(140,242,38); }
td.TdClassName
{
border-color: #8CF226;
}
.TagClassName
{
border-color: #8CF226;
}
</style>