Shades of Green Yellow #8DFF3C
Tints of Green Yellow #8DFF3C
RGB
CMYK
RGB Variations
Color information
#8DFF3C (or 0x8DFF3C) is known color: Green Yellow. HEX triplet: 8D, FF and 3C. RGB value is (141,255,60). Sum of RGB (Red+Green+Blue) = 141+255+60=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DFF3C is #7200C3. Grayscale: #C7C7C7. Windows color (decimal): -7471300 or 3997581. OLE color: 3997581.
HSL color Cylindrical-coordinate representation of color #8DFF3C: hue angle of 95.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DFF3C is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 60 | - |
| CMYK | 0.45 | 0 | 0.76 | 0 |
| HSL | 95.08º | 1% | 0.62% | - |
| HSV(B) | 95.08º | 0.76% | 1% | - |
| XYZ | 47.56 | 77.51 | 16.73 | - |
| YUV | 198.68 | 49.73 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 60 | 0.45 | 0 | 0.76 | 0 | 95.08 | 1 | 0.62 |
| Hex | 8D | FF | 3C | 2D | 0 | 4C | 0 | 5F | 64 | 3E |
| Octal | 215 | 377 | 74 | 55 | 0 | 114 | 0 | 137 | 144 | 76 |
| Binary | 10001101 | 11111111 | 111100 | 101101 | 0 | 1001100 | 0 | 1011111 | 1100100 | 111110 |
Color Harmonies of #8DFF3C
Complementary color
Monochromatic Colors of #8DFF3C
Black with #8DFF3C
Text Example
Text Example
White with #8DFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF3C; }
p { color: rgb(141,255,60); }
H1.HeaderClassName
{
color: #8DFF3C;
}
.AnyTagClassName
{
color: #8DFF3C;
}
</style>
background-color css
<style>
a { background-color: #8DFF3C; }
a { background-color: rgb(141,255,60); }
div.DivClassName
{
background-color: #8DFF3C;
}
.BgClassName
{
background-color: #8DFF3C;
}
</style>
border-color css
<style>
span { border-color: #8DFF3C; }
span { border-color: rgb(141,255,60); }
td.TdClassName
{
border-color: #8DFF3C;
}
.TagClassName
{
border-color: #8DFF3C;
}
</style>