Shades of Green Yellow #8CFA40
Tints of Green Yellow #8CFA40
RGB
CMYK
RGB Variations
Color information
#8CFA40 (or 0x8CFA40) is known color: Green Yellow. HEX triplet: 8C, FA and 40. RGB value is (140,250,64). Sum of RGB (Red+Green+Blue) = 140+250+64=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 250 (98.05% from 255 or 55.07% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFA40 is #7305BF. Grayscale: #C4C4C4. Windows color (decimal): -7538112 or 4258444. OLE color: 4258444.
HSL color Cylindrical-coordinate representation of color #8CFA40: hue angle of 95.48º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CFA40 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 64 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.02 |
| HSL | 95.48º | 0.95% | 0.62% | - |
| HSV(B) | 95.48º | 0.74% | 0.98% | - |
| XYZ | 45.93 | 74.32 | 16.77 | - |
| YUV | 195.91 | 53.56 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 64 | 0.44 | 0 | 0.74 | 0.02 | 95.48 | 0.95 | 0.62 |
| Hex | 8C | FA | 40 | 2C | 0 | 4A | 2 | 5F | 5F | 3E |
| Octal | 214 | 372 | 100 | 54 | 0 | 112 | 2 | 137 | 137 | 76 |
| Binary | 10001100 | 11111010 | 1000000 | 101100 | 0 | 1001010 | 10 | 1011111 | 1011111 | 111110 |
Color Harmonies of #8CFA40
Complementary color
Monochromatic Colors of #8CFA40
Black with #8CFA40
Text Example
Text Example
White with #8CFA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA40; }
p { color: rgb(140,250,64); }
H1.HeaderClassName
{
color: #8CFA40;
}
.AnyTagClassName
{
color: #8CFA40;
}
</style>
background-color css
<style>
a { background-color: #8CFA40; }
a { background-color: rgb(140,250,64); }
div.DivClassName
{
background-color: #8CFA40;
}
.BgClassName
{
background-color: #8CFA40;
}
</style>
border-color css
<style>
span { border-color: #8CFA40; }
span { border-color: rgb(140,250,64); }
td.TdClassName
{
border-color: #8CFA40;
}
.TagClassName
{
border-color: #8CFA40;
}
</style>