Shades of Green Yellow #8CF838
Tints of Green Yellow #8CF838
RGB
CMYK
RGB Variations
Color information
#8CF838 (or 0x8CF838) is known color: Green Yellow. HEX triplet: 8C, F8 and 38. RGB value is (140,248,56). Sum of RGB (Red+Green+Blue) = 140+248+56=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 248 (97.27% from 255 or 55.86% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF838 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF838 is #7307C7. Grayscale: #C2C2C2. Windows color (decimal): -7538632 or 3733644. OLE color: 3733644.
HSL color Cylindrical-coordinate representation of color #8CF838: hue angle of 93.75º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CF838 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 248 | 56 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.03 |
| HSL | 93.75º | 0.93% | 0.6% | - |
| HSV(B) | 93.75º | 0.77% | 0.97% | - |
| XYZ | 45.1 | 73 | 15.45 | - |
| YUV | 193.82 | 50.22 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 248 | 56 | 0.44 | 0 | 0.77 | 0.03 | 93.75 | 0.93 | 0.6 |
| Hex | 8C | F8 | 38 | 2C | 0 | 4D | 3 | 5E | 5D | 3C |
| Octal | 214 | 370 | 70 | 54 | 0 | 115 | 3 | 136 | 135 | 74 |
| Binary | 10001100 | 11111000 | 111000 | 101100 | 0 | 1001101 | 11 | 1011110 | 1011101 | 111100 |
Color Harmonies of #8CF838
Complementary color
Monochromatic Colors of #8CF838
Black with #8CF838
Text Example
Text Example
White with #8CF838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF838; }
p { color: rgb(140,248,56); }
H1.HeaderClassName
{
color: #8CF838;
}
.AnyTagClassName
{
color: #8CF838;
}
</style>
background-color css
<style>
a { background-color: #8CF838; }
a { background-color: rgb(140,248,56); }
div.DivClassName
{
background-color: #8CF838;
}
.BgClassName
{
background-color: #8CF838;
}
</style>
border-color css
<style>
span { border-color: #8CF838; }
span { border-color: rgb(140,248,56); }
td.TdClassName
{
border-color: #8CF838;
}
.TagClassName
{
border-color: #8CF838;
}
</style>