Shades of Green Yellow #8CF94C
Tints of Green Yellow #8CF94C
RGB
CMYK
RGB Variations
Color information
#8CF94C (or 0x8CF94C) is known color: Green Yellow. HEX triplet: 8C, F9 and 4C. RGB value is (140,249,76). Sum of RGB (Red+Green+Blue) = 140+249+76=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF94C is #7306B3. Grayscale: #C5C5C5. Windows color (decimal): -7538356 or 5044620. OLE color: 5044620.
HSL color Cylindrical-coordinate representation of color #8CF94C: hue angle of 97.8º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CF94C is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 249 | 76 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.02 |
| HSL | 97.8º | 0.94% | 0.64% | - |
| HSV(B) | 97.8º | 0.69% | 0.98% | - |
| XYZ | 46 | 73.85 | 18.67 | - |
| YUV | 196.69 | 59.89 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 249 | 76 | 0.44 | 0 | 0.69 | 0.02 | 97.8 | 0.94 | 0.64 |
| Hex | 8C | F9 | 4C | 2C | 0 | 45 | 2 | 62 | 5E | 40 |
| Octal | 214 | 371 | 114 | 54 | 0 | 105 | 2 | 142 | 136 | 100 |
| Binary | 10001100 | 11111001 | 1001100 | 101100 | 0 | 1000101 | 10 | 1100010 | 1011110 | 1000000 |
Color Harmonies of #8CF94C
Complementary color
Monochromatic Colors of #8CF94C
Black with #8CF94C
Text Example
Text Example
White with #8CF94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF94C; }
p { color: rgb(140,249,76); }
H1.HeaderClassName
{
color: #8CF94C;
}
.AnyTagClassName
{
color: #8CF94C;
}
</style>
background-color css
<style>
a { background-color: #8CF94C; }
a { background-color: rgb(140,249,76); }
div.DivClassName
{
background-color: #8CF94C;
}
.BgClassName
{
background-color: #8CF94C;
}
</style>
border-color css
<style>
span { border-color: #8CF94C; }
span { border-color: rgb(140,249,76); }
td.TdClassName
{
border-color: #8CF94C;
}
.TagClassName
{
border-color: #8CF94C;
}
</style>