Shades of Green Yellow #8CFA4A
Tints of Green Yellow #8CFA4A
RGB
CMYK
RGB Variations
Color information
#8CFA4A (or 0x8CFA4A) is known color: Green Yellow. HEX triplet: 8C, FA and 4A. RGB value is (140,250,74). Sum of RGB (Red+Green+Blue) = 140+250+74=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFA4A is #7305B5. Grayscale: #C5C5C5. Windows color (decimal): -7538102 or 4913804. OLE color: 4913804.
HSL color Cylindrical-coordinate representation of color #8CFA4A: hue angle of 97.5º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CFA4A is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 74 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.02 |
| HSL | 97.5º | 0.95% | 0.64% | - |
| HSV(B) | 97.5º | 0.7% | 0.98% | - |
| XYZ | 46.24 | 74.44 | 18.41 | - |
| YUV | 197.05 | 58.56 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 74 | 0.44 | 0 | 0.70 | 0.02 | 97.5 | 0.95 | 0.64 |
| Hex | 8C | FA | 4A | 2C | 0 | 46 | 2 | 62 | 5F | 40 |
| Octal | 214 | 372 | 112 | 54 | 0 | 106 | 2 | 142 | 137 | 100 |
| Binary | 10001100 | 11111010 | 1001010 | 101100 | 0 | 1000110 | 10 | 1100010 | 1011111 | 1000000 |
Color Harmonies of #8CFA4A
Complementary color
Monochromatic Colors of #8CFA4A
Black with #8CFA4A
Text Example
Text Example
White with #8CFA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA4A; }
p { color: rgb(140,250,74); }
H1.HeaderClassName
{
color: #8CFA4A;
}
.AnyTagClassName
{
color: #8CFA4A;
}
</style>
background-color css
<style>
a { background-color: #8CFA4A; }
a { background-color: rgb(140,250,74); }
div.DivClassName
{
background-color: #8CFA4A;
}
.BgClassName
{
background-color: #8CFA4A;
}
</style>
border-color css
<style>
span { border-color: #8CFA4A; }
span { border-color: rgb(140,250,74); }
td.TdClassName
{
border-color: #8CFA4A;
}
.TagClassName
{
border-color: #8CFA4A;
}
</style>