Shades of Green Yellow #8FFF48
Tints of Green Yellow #8FFF48
RGB
CMYK
RGB Variations
Color information
#8FFF48 (or 0x8FFF48) is known color: Green Yellow. HEX triplet: 8F, FF and 48. RGB value is (143,255,72). Sum of RGB (Red+Green+Blue) = 143+255+72=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FFF48 is #7000B7. Grayscale: #C9C9C9. Windows color (decimal): -7340216 or 4784015. OLE color: 4784015.
HSL color Cylindrical-coordinate representation of color #8FFF48: hue angle of 96.72º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FFF48 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 72 | - |
| CMYK | 0.44 | 0 | 0.72 | 0 |
| HSL | 96.72º | 1% | 0.64% | - |
| HSV(B) | 96.72º | 0.72% | 1% | - |
| XYZ | 48.26 | 77.83 | 18.61 | - |
| YUV | 200.65 | 55.39 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 72 | 0.44 | 0 | 0.72 | 0 | 96.72 | 1 | 0.64 |
| Hex | 8F | FF | 48 | 2C | 0 | 48 | 0 | 61 | 64 | 40 |
| Octal | 217 | 377 | 110 | 54 | 0 | 110 | 0 | 141 | 144 | 100 |
| Binary | 10001111 | 11111111 | 1001000 | 101100 | 0 | 1001000 | 0 | 1100001 | 1100100 | 1000000 |
Color Harmonies of #8FFF48
Complementary color
Monochromatic Colors of #8FFF48
Black with #8FFF48
Text Example
Text Example
White with #8FFF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFF48; }
p { color: rgb(143,255,72); }
H1.HeaderClassName
{
color: #8FFF48;
}
.AnyTagClassName
{
color: #8FFF48;
}
</style>
background-color css
<style>
a { background-color: #8FFF48; }
a { background-color: rgb(143,255,72); }
div.DivClassName
{
background-color: #8FFF48;
}
.BgClassName
{
background-color: #8FFF48;
}
</style>
border-color css
<style>
span { border-color: #8FFF48; }
span { border-color: rgb(143,255,72); }
td.TdClassName
{
border-color: #8FFF48;
}
.TagClassName
{
border-color: #8FFF48;
}
</style>