Shades of Green Yellow #8CF740
Tints of Green Yellow #8CF740
RGB
CMYK
RGB Variations
Color information
#8CF740 (or 0x8CF740) is known color: Green Yellow. HEX triplet: 8C, F7 and 40. RGB value is (140,247,64). Sum of RGB (Red+Green+Blue) = 140+247+64=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 247 (96.88% from 255 or 54.77% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 247 - color contains mainly: green. Hex color #8CF740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF740 is #7308BF. Grayscale: #C2C2C2. Windows color (decimal): -7538880 or 4257676. OLE color: 4257676.
HSL color Cylindrical-coordinate representation of color #8CF740: hue angle of 95.08º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CF740 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 247 | 64 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.03 |
| HSL | 95.08º | 0.92% | 0.61% | - |
| HSV(B) | 95.08º | 0.74% | 0.97% | - |
| XYZ | 45 | 72.47 | 16.47 | - |
| YUV | 194.15 | 54.55 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 247 | 64 | 0.43 | 0 | 0.74 | 0.03 | 95.08 | 0.92 | 0.61 |
| Hex | 8C | F7 | 40 | 2B | 0 | 4A | 3 | 5F | 5C | 3D |
| Octal | 214 | 367 | 100 | 53 | 0 | 112 | 3 | 137 | 134 | 75 |
| Binary | 10001100 | 11110111 | 1000000 | 101011 | 0 | 1001010 | 11 | 1011111 | 1011100 | 111101 |
Color Harmonies of #8CF740
Complementary color
Monochromatic Colors of #8CF740
Black with #8CF740
Text Example
Text Example
White with #8CF740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF740; }
p { color: rgb(140,247,64); }
H1.HeaderClassName
{
color: #8CF740;
}
.AnyTagClassName
{
color: #8CF740;
}
</style>
background-color css
<style>
a { background-color: #8CF740; }
a { background-color: rgb(140,247,64); }
div.DivClassName
{
background-color: #8CF740;
}
.BgClassName
{
background-color: #8CF740;
}
</style>
border-color css
<style>
span { border-color: #8CF740; }
span { border-color: rgb(140,247,64); }
td.TdClassName
{
border-color: #8CF740;
}
.TagClassName
{
border-color: #8CF740;
}
</style>