Shades of Yellow Green #8BC030
Tints of Yellow Green #8BC030
RGB
CMYK
RGB Variations
Color information
#8BC030 (or 0x8BC030) is known color: Yellow Green. HEX triplet: 8B, C0 and 30. RGB value is (139,192,48). Sum of RGB (Red+Green+Blue) = 139+192+48=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC030 is #743FCF. Grayscale: #A0A0A0. Windows color (decimal): -7618512 or 3195019. OLE color: 3195019.
HSL color Cylindrical-coordinate representation of color #8BC030: hue angle of 82.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BC030 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 48 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.25 |
| HSL | 82.08º | 0.6% | 0.47% | - |
| HSV(B) | 82.08º | 0.75% | 0.75% | - |
| XYZ | 30.03 | 43.4 | 9.59 | - |
| YUV | 159.74 | 64.94 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 48 | 0.28 | 0 | 0.75 | 0.25 | 82.08 | 0.6 | 0.47 |
| Hex | 8B | C0 | 30 | 1C | 0 | 4B | 19 | 52 | 3C | 2F |
| Octal | 213 | 300 | 60 | 34 | 0 | 113 | 31 | 122 | 74 | 57 |
| Binary | 10001011 | 11000000 | 110000 | 11100 | 0 | 1001011 | 11001 | 1010010 | 111100 | 101111 |
Color Harmonies of #8BC030
Complementary color
Monochromatic Colors of #8BC030
Black with #8BC030
Text Example
Text Example
White with #8BC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC030; }
p { color: rgb(139,192,48); }
H1.HeaderClassName
{
color: #8BC030;
}
.AnyTagClassName
{
color: #8BC030;
}
</style>
background-color css
<style>
a { background-color: #8BC030; }
a { background-color: rgb(139,192,48); }
div.DivClassName
{
background-color: #8BC030;
}
.BgClassName
{
background-color: #8BC030;
}
</style>
border-color css
<style>
span { border-color: #8BC030; }
span { border-color: rgb(139,192,48); }
td.TdClassName
{
border-color: #8BC030;
}
.TagClassName
{
border-color: #8BC030;
}
</style>