Shades of Yellow Green #8ED135
Tints of Yellow Green #8ED135
RGB
CMYK
RGB Variations
Color information
#8ED135 (or 0x8ED135) is known color: Yellow Green. HEX triplet: 8E, D1 and 35. RGB value is (142,209,53). Sum of RGB (Red+Green+Blue) = 142+209+53=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED135 is #712ECA. Grayscale: #ABABAB. Windows color (decimal): -7417547 or 3527054. OLE color: 3527054.
HSL color Cylindrical-coordinate representation of color #8ED135: hue angle of 85.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8ED135 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 209 | 53 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.18 |
| HSL | 85.77º | 0.63% | 0.51% | - |
| HSV(B) | 85.77º | 0.75% | 0.82% | - |
| XYZ | 34.6 | 51.61 | 11.51 | - |
| YUV | 171.18 | 61.3 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 53 | 0.32 | 0 | 0.75 | 0.18 | 85.77 | 0.63 | 0.51 |
| Hex | 8E | D1 | 35 | 20 | 0 | 4B | 12 | 56 | 3F | 33 |
| Octal | 216 | 321 | 65 | 40 | 0 | 113 | 22 | 126 | 77 | 63 |
| Binary | 10001110 | 11010001 | 110101 | 100000 | 0 | 1001011 | 10010 | 1010110 | 111111 | 110011 |
Color Harmonies of #8ED135
Complementary color
Monochromatic Colors of #8ED135
Black with #8ED135
Text Example
Text Example
White with #8ED135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED135; }
p { color: rgb(142,209,53); }
H1.HeaderClassName
{
color: #8ED135;
}
.AnyTagClassName
{
color: #8ED135;
}
</style>
background-color css
<style>
a { background-color: #8ED135; }
a { background-color: rgb(142,209,53); }
div.DivClassName
{
background-color: #8ED135;
}
.BgClassName
{
background-color: #8ED135;
}
</style>
border-color css
<style>
span { border-color: #8ED135; }
span { border-color: rgb(142,209,53); }
td.TdClassName
{
border-color: #8ED135;
}
.TagClassName
{
border-color: #8ED135;
}
</style>