Shades of Green Yellow #8CFA2A
Tints of Green Yellow #8CFA2A
RGB
CMYK
RGB Variations
Color information
#8CFA2A (or 0x8CFA2A) is known color: Green Yellow. HEX triplet: 8C, FA and 2A. RGB value is (140,250,42). Sum of RGB (Red+Green+Blue) = 140+250+42=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFA2A is #7305D5. Grayscale: #C2C2C2. Windows color (decimal): -7538134 or 2816652. OLE color: 2816652.
HSL color Cylindrical-coordinate representation of color #8CFA2A: hue angle of 91.73º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CFA2A is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 42 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.02 |
| HSL | 91.73º | 0.95% | 0.57% | - |
| HSV(B) | 91.73º | 0.83% | 0.98% | - |
| XYZ | 45.42 | 74.11 | 14.1 | - |
| YUV | 193.4 | 42.56 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 42 | 0.44 | 0 | 0.83 | 0.02 | 91.73 | 0.95 | 0.57 |
| Hex | 8C | FA | 2A | 2C | 0 | 53 | 2 | 5C | 5F | 39 |
| Octal | 214 | 372 | 52 | 54 | 0 | 123 | 2 | 134 | 137 | 71 |
| Binary | 10001100 | 11111010 | 101010 | 101100 | 0 | 1010011 | 10 | 1011100 | 1011111 | 111001 |
Color Harmonies of #8CFA2A
Complementary color
Monochromatic Colors of #8CFA2A
Black with #8CFA2A
Text Example
Text Example
White with #8CFA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA2A; }
p { color: rgb(140,250,42); }
H1.HeaderClassName
{
color: #8CFA2A;
}
.AnyTagClassName
{
color: #8CFA2A;
}
</style>
background-color css
<style>
a { background-color: #8CFA2A; }
a { background-color: rgb(140,250,42); }
div.DivClassName
{
background-color: #8CFA2A;
}
.BgClassName
{
background-color: #8CFA2A;
}
</style>
border-color css
<style>
span { border-color: #8CFA2A; }
span { border-color: rgb(140,250,42); }
td.TdClassName
{
border-color: #8CFA2A;
}
.TagClassName
{
border-color: #8CFA2A;
}
</style>