Shades of Yellow Green #8BCD2D
Tints of Yellow Green #8BCD2D
RGB
CMYK
RGB Variations
Color information
#8BCD2D (or 0x8BCD2D) is known color: Yellow Green. HEX triplet: 8B, CD and 2D. RGB value is (139,205,45). Sum of RGB (Red+Green+Blue) = 139+205+45=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCD2D is #7432D2. Grayscale: #A7A7A7. Windows color (decimal): -7615187 or 3001739. OLE color: 3001739.
HSL color Cylindrical-coordinate representation of color #8BCD2D: hue angle of 84.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BCD2D is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 45 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.20 |
| HSL | 84.75º | 0.64% | 0.49% | - |
| HSV(B) | 84.75º | 0.78% | 0.8% | - |
| XYZ | 32.95 | 49.34 | 10.27 | - |
| YUV | 167.03 | 59.13 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 45 | 0.32 | 0 | 0.78 | 0.20 | 84.75 | 0.64 | 0.49 |
| Hex | 8B | CD | 2D | 20 | 0 | 4E | 14 | 55 | 40 | 31 |
| Octal | 213 | 315 | 55 | 40 | 0 | 116 | 24 | 125 | 100 | 61 |
| Binary | 10001011 | 11001101 | 101101 | 100000 | 0 | 1001110 | 10100 | 1010101 | 1000000 | 110001 |
Color Harmonies of #8BCD2D
Complementary color
Monochromatic Colors of #8BCD2D
Black with #8BCD2D
Text Example
Text Example
White with #8BCD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCD2D; }
p { color: rgb(139,205,45); }
H1.HeaderClassName
{
color: #8BCD2D;
}
.AnyTagClassName
{
color: #8BCD2D;
}
</style>
background-color css
<style>
a { background-color: #8BCD2D; }
a { background-color: rgb(139,205,45); }
div.DivClassName
{
background-color: #8BCD2D;
}
.BgClassName
{
background-color: #8BCD2D;
}
</style>
border-color css
<style>
span { border-color: #8BCD2D; }
span { border-color: rgb(139,205,45); }
td.TdClassName
{
border-color: #8BCD2D;
}
.TagClassName
{
border-color: #8BCD2D;
}
</style>