Shades of Yellow Green #8BD230
Tints of Yellow Green #8BD230
RGB
CMYK
RGB Variations
Color information
#8BD230 (or 0x8BD230) is known color: Yellow Green. HEX triplet: 8B, D2 and 30. RGB value is (139,210,48). Sum of RGB (Red+Green+Blue) = 139+210+48=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD230 is #742DCF. Grayscale: #AAAAAA. Windows color (decimal): -7613904 or 3199627. OLE color: 3199627.
HSL color Cylindrical-coordinate representation of color #8BD230: hue angle of 86.3º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BD230 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 210 | 48 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.18 |
| HSL | 86.3º | 0.64% | 0.51% | - |
| HSV(B) | 86.3º | 0.77% | 0.82% | - |
| XYZ | 34.23 | 51.8 | 10.99 | - |
| YUV | 170.3 | 58.98 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 48 | 0.34 | 0 | 0.77 | 0.18 | 86.3 | 0.64 | 0.51 |
| Hex | 8B | D2 | 30 | 22 | 0 | 4D | 12 | 56 | 40 | 33 |
| Octal | 213 | 322 | 60 | 42 | 0 | 115 | 22 | 126 | 100 | 63 |
| Binary | 10001011 | 11010010 | 110000 | 100010 | 0 | 1001101 | 10010 | 1010110 | 1000000 | 110011 |
Color Harmonies of #8BD230
Complementary color
Monochromatic Colors of #8BD230
Black with #8BD230
Text Example
Text Example
White with #8BD230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD230; }
p { color: rgb(139,210,48); }
H1.HeaderClassName
{
color: #8BD230;
}
.AnyTagClassName
{
color: #8BD230;
}
</style>
background-color css
<style>
a { background-color: #8BD230; }
a { background-color: rgb(139,210,48); }
div.DivClassName
{
background-color: #8BD230;
}
.BgClassName
{
background-color: #8BD230;
}
</style>
border-color css
<style>
span { border-color: #8BD230; }
span { border-color: rgb(139,210,48); }
td.TdClassName
{
border-color: #8BD230;
}
.TagClassName
{
border-color: #8BD230;
}
</style>