Shades of Green Yellow #8CF448
Tints of Green Yellow #8CF448
RGB
CMYK
RGB Variations
Color information
#8CF448 (or 0x8CF448) is known color: Green Yellow. HEX triplet: 8C, F4 and 48. RGB value is (140,244,72). Sum of RGB (Red+Green+Blue) = 140+244+72=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 244 (95.70% from 255 or 53.51% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 244 - color contains mainly: green. Hex color #8CF448 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF448 is #730BB7. Grayscale: #C1C1C1. Windows color (decimal): -7539640 or 4781196. OLE color: 4781196.
HSL color Cylindrical-coordinate representation of color #8CF448: hue angle of 96.28º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CF448 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 244 | 72 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.04 |
| HSL | 96.28º | 0.89% | 0.62% | - |
| HSV(B) | 96.28º | 0.7% | 0.96% | - |
| XYZ | 44.34 | 70.74 | 17.45 | - |
| YUV | 193.3 | 59.54 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 244 | 72 | 0.43 | 0 | 0.70 | 0.04 | 96.28 | 0.89 | 0.62 |
| Hex | 8C | F4 | 48 | 2B | 0 | 46 | 4 | 60 | 59 | 3E |
| Octal | 214 | 364 | 110 | 53 | 0 | 106 | 4 | 140 | 131 | 76 |
| Binary | 10001100 | 11110100 | 1001000 | 101011 | 0 | 1000110 | 100 | 1100000 | 1011001 | 111110 |
Color Harmonies of #8CF448
Complementary color
Monochromatic Colors of #8CF448
Black with #8CF448
Text Example
Text Example
White with #8CF448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF448; }
p { color: rgb(140,244,72); }
H1.HeaderClassName
{
color: #8CF448;
}
.AnyTagClassName
{
color: #8CF448;
}
</style>
background-color css
<style>
a { background-color: #8CF448; }
a { background-color: rgb(140,244,72); }
div.DivClassName
{
background-color: #8CF448;
}
.BgClassName
{
background-color: #8CF448;
}
</style>
border-color css
<style>
span { border-color: #8CF448; }
span { border-color: rgb(140,244,72); }
td.TdClassName
{
border-color: #8CF448;
}
.TagClassName
{
border-color: #8CF448;
}
</style>