Shades of Green Yellow #8DF94A
Tints of Green Yellow #8DF94A
RGB
CMYK
RGB Variations
Color information
#8DF94A (or 0x8DF94A) is known color: Green Yellow. HEX triplet: 8D, F9 and 4A. RGB value is (141,249,74). Sum of RGB (Red+Green+Blue) = 141+249+74=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF94A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF94A is #7206B5. Grayscale: #C5C5C5. Windows color (decimal): -7472822 or 4913549. OLE color: 4913549.
HSL color Cylindrical-coordinate representation of color #8DF94A: hue angle of 97.03º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DF94A is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 249 | 74 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.02 |
| HSL | 97.03º | 0.94% | 0.63% | - |
| HSV(B) | 97.03º | 0.7% | 0.98% | - |
| XYZ | 46.1 | 73.91 | 18.31 | - |
| YUV | 196.76 | 58.72 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 249 | 74 | 0.43 | 0 | 0.70 | 0.02 | 97.03 | 0.94 | 0.63 |
| Hex | 8D | F9 | 4A | 2B | 0 | 46 | 2 | 61 | 5E | 3F |
| Octal | 215 | 371 | 112 | 53 | 0 | 106 | 2 | 141 | 136 | 77 |
| Binary | 10001101 | 11111001 | 1001010 | 101011 | 0 | 1000110 | 10 | 1100001 | 1011110 | 111111 |
Color Harmonies of #8DF94A
Complementary color
Monochromatic Colors of #8DF94A
Black with #8DF94A
Text Example
Text Example
White with #8DF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF94A; }
p { color: rgb(141,249,74); }
H1.HeaderClassName
{
color: #8DF94A;
}
.AnyTagClassName
{
color: #8DF94A;
}
</style>
background-color css
<style>
a { background-color: #8DF94A; }
a { background-color: rgb(141,249,74); }
div.DivClassName
{
background-color: #8DF94A;
}
.BgClassName
{
background-color: #8DF94A;
}
</style>
border-color css
<style>
span { border-color: #8DF94A; }
span { border-color: rgb(141,249,74); }
td.TdClassName
{
border-color: #8DF94A;
}
.TagClassName
{
border-color: #8DF94A;
}
</style>