Shades of Green Yellow #8DFC41
Tints of Green Yellow #8DFC41
RGB
CMYK
RGB Variations
Color information
#8DFC41 (or 0x8DFC41) is known color: Green Yellow. HEX triplet: 8D, FC and 41. RGB value is (141,252,65). Sum of RGB (Red+Green+Blue) = 141+252+65=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DFC41 is #7203BE. Grayscale: #C6C6C6. Windows color (decimal): -7472063 or 4324493. OLE color: 4324493.
HSL color Cylindrical-coordinate representation of color #8DFC41: hue angle of 95.61º 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 #8DFC41 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 252 | 65 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.01 |
| HSL | 95.61º | 0.97% | 0.62% | - |
| HSV(B) | 95.61º | 0.74% | 0.99% | - |
| XYZ | 46.75 | 75.67 | 17.14 | - |
| YUV | 197.49 | 53.23 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 252 | 65 | 0.44 | 0 | 0.74 | 0.01 | 95.61 | 0.97 | 0.62 |
| Hex | 8D | FC | 41 | 2C | 0 | 4A | 1 | 60 | 61 | 3E |
| Octal | 215 | 374 | 101 | 54 | 0 | 112 | 1 | 140 | 141 | 76 |
| Binary | 10001101 | 11111100 | 1000001 | 101100 | 0 | 1001010 | 1 | 1100000 | 1100001 | 111110 |
Color Harmonies of #8DFC41
Complementary color
Monochromatic Colors of #8DFC41
Black with #8DFC41
Text Example
Text Example
White with #8DFC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFC41; }
p { color: rgb(141,252,65); }
H1.HeaderClassName
{
color: #8DFC41;
}
.AnyTagClassName
{
color: #8DFC41;
}
</style>
background-color css
<style>
a { background-color: #8DFC41; }
a { background-color: rgb(141,252,65); }
div.DivClassName
{
background-color: #8DFC41;
}
.BgClassName
{
background-color: #8DFC41;
}
</style>
border-color css
<style>
span { border-color: #8DFC41; }
span { border-color: rgb(141,252,65); }
td.TdClassName
{
border-color: #8DFC41;
}
.TagClassName
{
border-color: #8DFC41;
}
</style>