Shades of Yellow Green #8BCD38
Tints of Yellow Green #8BCD38
RGB
CMYK
RGB Variations
Color information
#8BCD38 (or 0x8BCD38) is known color: Yellow Green. HEX triplet: 8B, CD and 38. RGB value is (139,205,56). Sum of RGB (Red+Green+Blue) = 139+205+56=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCD38 is #7432C7. Grayscale: #A8A8A8. Windows color (decimal): -7615176 or 3722635. OLE color: 3722635.
HSL color Cylindrical-coordinate representation of color #8BCD38: hue angle of 86.58º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BCD38 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 56 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.20 |
| HSL | 86.58º | 0.6% | 0.51% | - |
| HSV(B) | 86.58º | 0.73% | 0.8% | - |
| XYZ | 33.19 | 49.44 | 11.53 | - |
| YUV | 168.28 | 64.63 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 56 | 0.32 | 0 | 0.73 | 0.20 | 86.58 | 0.6 | 0.51 |
| Hex | 8B | CD | 38 | 20 | 0 | 49 | 14 | 57 | 3C | 33 |
| Octal | 213 | 315 | 70 | 40 | 0 | 111 | 24 | 127 | 74 | 63 |
| Binary | 10001011 | 11001101 | 111000 | 100000 | 0 | 1001001 | 10100 | 1010111 | 111100 | 110011 |
Color Harmonies of #8BCD38
Complementary color
Monochromatic Colors of #8BCD38
Black with #8BCD38
Text Example
Text Example
White with #8BCD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCD38; }
p { color: rgb(139,205,56); }
H1.HeaderClassName
{
color: #8BCD38;
}
.AnyTagClassName
{
color: #8BCD38;
}
</style>
background-color css
<style>
a { background-color: #8BCD38; }
a { background-color: rgb(139,205,56); }
div.DivClassName
{
background-color: #8BCD38;
}
.BgClassName
{
background-color: #8BCD38;
}
</style>
border-color css
<style>
span { border-color: #8BCD38; }
span { border-color: rgb(139,205,56); }
td.TdClassName
{
border-color: #8BCD38;
}
.TagClassName
{
border-color: #8BCD38;
}
</style>