Shades of Green Yellow #8DFF3D
Tints of Green Yellow #8DFF3D
RGB
CMYK
RGB Variations
Color information
#8DFF3D (or 0x8DFF3D) is known color: Green Yellow. HEX triplet: 8D, FF and 3D. RGB value is (141,255,61). Sum of RGB (Red+Green+Blue) = 141+255+61=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DFF3D is #7200C2. Grayscale: #C7C7C7. Windows color (decimal): -7471299 or 4063117. OLE color: 4063117.
HSL color Cylindrical-coordinate representation of color #8DFF3D: hue angle of 95.26º 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 #8DFF3D is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 61 | - |
| CMYK | 0.45 | 0 | 0.76 | 0 |
| HSL | 95.26º | 1% | 0.62% | - |
| HSV(B) | 95.26º | 0.76% | 1% | - |
| XYZ | 47.59 | 77.52 | 16.87 | - |
| YUV | 198.8 | 50.23 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 61 | 0.45 | 0 | 0.76 | 0 | 95.26 | 1 | 0.62 |
| Hex | 8D | FF | 3D | 2D | 0 | 4C | 0 | 5F | 64 | 3E |
| Octal | 215 | 377 | 75 | 55 | 0 | 114 | 0 | 137 | 144 | 76 |
| Binary | 10001101 | 11111111 | 111101 | 101101 | 0 | 1001100 | 0 | 1011111 | 1100100 | 111110 |
Color Harmonies of #8DFF3D
Complementary color
Monochromatic Colors of #8DFF3D
Black with #8DFF3D
Text Example
Text Example
White with #8DFF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF3D; }
p { color: rgb(141,255,61); }
H1.HeaderClassName
{
color: #8DFF3D;
}
.AnyTagClassName
{
color: #8DFF3D;
}
</style>
background-color css
<style>
a { background-color: #8DFF3D; }
a { background-color: rgb(141,255,61); }
div.DivClassName
{
background-color: #8DFF3D;
}
.BgClassName
{
background-color: #8DFF3D;
}
</style>
border-color css
<style>
span { border-color: #8DFF3D; }
span { border-color: rgb(141,255,61); }
td.TdClassName
{
border-color: #8DFF3D;
}
.TagClassName
{
border-color: #8DFF3D;
}
</style>