Shades of Green Yellow #8CFF4A
Tints of Green Yellow #8CFF4A
RGB
CMYK
RGB Variations
Color information
#8CFF4A (or 0x8CFF4A) is known color: Green Yellow. HEX triplet: 8C, FF and 4A. RGB value is (140,255,74). Sum of RGB (Red+Green+Blue) = 140+255+74=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFF4A is #7300B5. Grayscale: #C8C8C8. Windows color (decimal): -7536822 or 4915084. OLE color: 4915084.
HSL color Cylindrical-coordinate representation of color #8CFF4A: hue angle of 98.12º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CFF4A is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 74 | - |
| CMYK | 0.45 | 0 | 0.71 | 0 |
| HSL | 98.12º | 1% | 0.65% | - |
| HSV(B) | 98.12º | 0.71% | 1% | - |
| XYZ | 47.81 | 77.59 | 18.94 | - |
| YUV | 199.98 | 56.9 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 74 | 0.45 | 0 | 0.71 | 0 | 98.12 | 1 | 0.65 |
| Hex | 8C | FF | 4A | 2D | 0 | 47 | 0 | 62 | 64 | 41 |
| Octal | 214 | 377 | 112 | 55 | 0 | 107 | 0 | 142 | 144 | 101 |
| Binary | 10001100 | 11111111 | 1001010 | 101101 | 0 | 1000111 | 0 | 1100010 | 1100100 | 1000001 |
Color Harmonies of #8CFF4A
Complementary color
Monochromatic Colors of #8CFF4A
Black with #8CFF4A
Text Example
Text Example
White with #8CFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF4A; }
p { color: rgb(140,255,74); }
H1.HeaderClassName
{
color: #8CFF4A;
}
.AnyTagClassName
{
color: #8CFF4A;
}
</style>
background-color css
<style>
a { background-color: #8CFF4A; }
a { background-color: rgb(140,255,74); }
div.DivClassName
{
background-color: #8CFF4A;
}
.BgClassName
{
background-color: #8CFF4A;
}
</style>
border-color css
<style>
span { border-color: #8CFF4A; }
span { border-color: rgb(140,255,74); }
td.TdClassName
{
border-color: #8CFF4A;
}
.TagClassName
{
border-color: #8CFF4A;
}
</style>