Shades of Yellow Green #8EDF16
Tints of Yellow Green #8EDF16
RGB
CMYK
RGB Variations
Color information
#8EDF16 (or 0x8EDF16) is known color: Yellow Green. HEX triplet: 8E, DF and 16. RGB value is (142,223,22). Sum of RGB (Red+Green+Blue) = 142+223+22=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 223 (87.5% from 255 or 57.62% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDF16 is #7120E9. Grayscale: #B0B0B0. Windows color (decimal): -7413994 or 1499022. OLE color: 1499022.
HSL color Cylindrical-coordinate representation of color #8EDF16: hue angle of 84.18º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8EDF16 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 22 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.13 |
| HSL | 84.18º | 0.82% | 0.48% | - |
| HSV(B) | 84.18º | 0.9% | 0.87% | - |
| XYZ | 37.69 | 58.58 | 10.08 | - |
| YUV | 175.87 | 41.16 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 22 | 0.36 | 0 | 0.90 | 0.13 | 84.18 | 0.82 | 0.48 |
| Hex | 8E | DF | 16 | 24 | 0 | 5A | D | 54 | 52 | 30 |
| Octal | 216 | 337 | 26 | 44 | 0 | 132 | 15 | 124 | 122 | 60 |
| Binary | 10001110 | 11011111 | 10110 | 100100 | 0 | 1011010 | 1101 | 1010100 | 1010010 | 110000 |
Color Harmonies of #8EDF16
Complementary color
Monochromatic Colors of #8EDF16
Black with #8EDF16
Text Example
Text Example
White with #8EDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDF16; }
p { color: rgb(142,223,22); }
H1.HeaderClassName
{
color: #8EDF16;
}
.AnyTagClassName
{
color: #8EDF16;
}
</style>
background-color css
<style>
a { background-color: #8EDF16; }
a { background-color: rgb(142,223,22); }
div.DivClassName
{
background-color: #8EDF16;
}
.BgClassName
{
background-color: #8EDF16;
}
</style>
border-color css
<style>
span { border-color: #8EDF16; }
span { border-color: rgb(142,223,22); }
td.TdClassName
{
border-color: #8EDF16;
}
.TagClassName
{
border-color: #8EDF16;
}
</style>