Shades of Green Yellow #8CFC42
Tints of Green Yellow #8CFC42
RGB
CMYK
RGB Variations
Color information
#8CFC42 (or 0x8CFC42) is known color: Green Yellow. HEX triplet: 8C, FC and 42. RGB value is (140,252,66). Sum of RGB (Red+Green+Blue) = 140+252+66=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFC42 is #7303BD. Grayscale: #C5C5C5. Windows color (decimal): -7537598 or 4390028. OLE color: 4390028.
HSL color Cylindrical-coordinate representation of color #8CFC42: hue angle of 96.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CFC42 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 66 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.01 |
| HSL | 96.13º | 0.97% | 0.62% | - |
| HSV(B) | 96.13º | 0.74% | 0.99% | - |
| XYZ | 46.61 | 75.59 | 17.29 | - |
| YUV | 197.31 | 53.89 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 66 | 0.44 | 0 | 0.74 | 0.01 | 96.13 | 0.97 | 0.62 |
| Hex | 8C | FC | 42 | 2C | 0 | 4A | 1 | 60 | 61 | 3E |
| Octal | 214 | 374 | 102 | 54 | 0 | 112 | 1 | 140 | 141 | 76 |
| Binary | 10001100 | 11111100 | 1000010 | 101100 | 0 | 1001010 | 1 | 1100000 | 1100001 | 111110 |
Color Harmonies of #8CFC42
Complementary color
Monochromatic Colors of #8CFC42
Black with #8CFC42
Text Example
Text Example
White with #8CFC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC42; }
p { color: rgb(140,252,66); }
H1.HeaderClassName
{
color: #8CFC42;
}
.AnyTagClassName
{
color: #8CFC42;
}
</style>
background-color css
<style>
a { background-color: #8CFC42; }
a { background-color: rgb(140,252,66); }
div.DivClassName
{
background-color: #8CFC42;
}
.BgClassName
{
background-color: #8CFC42;
}
</style>
border-color css
<style>
span { border-color: #8CFC42; }
span { border-color: rgb(140,252,66); }
td.TdClassName
{
border-color: #8CFC42;
}
.TagClassName
{
border-color: #8CFC42;
}
</style>