Shades of Yellow Green #8CE130
Tints of Yellow Green #8CE130
RGB
CMYK
RGB Variations
Color information
#8CE130 (or 0x8CE130) is known color: Yellow Green. HEX triplet: 8C, E1 and 30. RGB value is (140,225,48). Sum of RGB (Red+Green+Blue) = 140+225+48=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE130 is #731ECF. Grayscale: #B4B4B4. Windows color (decimal): -7544528 or 3203468. OLE color: 3203468.
HSL color Cylindrical-coordinate representation of color #8CE130: hue angle of 88.81º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CE130 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 48 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.12 |
| HSL | 88.81º | 0.75% | 0.54% | - |
| HSV(B) | 88.81º | 0.79% | 0.88% | - |
| XYZ | 38.27 | 59.64 | 12.29 | - |
| YUV | 179.41 | 53.84 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 48 | 0.38 | 0 | 0.79 | 0.12 | 88.81 | 0.75 | 0.54 |
| Hex | 8C | E1 | 30 | 26 | 0 | 4F | C | 59 | 4B | 36 |
| Octal | 214 | 341 | 60 | 46 | 0 | 117 | 14 | 131 | 113 | 66 |
| Binary | 10001100 | 11100001 | 110000 | 100110 | 0 | 1001111 | 1100 | 1011001 | 1001011 | 110110 |
Color Harmonies of #8CE130
Complementary color
Monochromatic Colors of #8CE130
Black with #8CE130
Text Example
Text Example
White with #8CE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE130; }
p { color: rgb(140,225,48); }
H1.HeaderClassName
{
color: #8CE130;
}
.AnyTagClassName
{
color: #8CE130;
}
</style>
background-color css
<style>
a { background-color: #8CE130; }
a { background-color: rgb(140,225,48); }
div.DivClassName
{
background-color: #8CE130;
}
.BgClassName
{
background-color: #8CE130;
}
</style>
border-color css
<style>
span { border-color: #8CE130; }
span { border-color: rgb(140,225,48); }
td.TdClassName
{
border-color: #8CE130;
}
.TagClassName
{
border-color: #8CE130;
}
</style>