Shades of Yellow Green #8BCD12
Tints of Yellow Green #8BCD12
RGB
CMYK
RGB Variations
Color information
#8BCD12 (or 0x8BCD12) is known color: Yellow Green. HEX triplet: 8B, CD and 12. RGB value is (139,205,18). Sum of RGB (Red+Green+Blue) = 139+205+18=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BCD12 is #7432ED. Grayscale: #A4A4A4. Windows color (decimal): -7615214 or 1232267. OLE color: 1232267.
HSL color Cylindrical-coordinate representation of color #8BCD12: hue angle of 81.18º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BCD12 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 18 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.20 |
| HSL | 81.18º | 0.84% | 0.44% | - |
| HSV(B) | 81.18º | 0.91% | 0.8% | - |
| XYZ | 32.59 | 49.2 | 8.35 | - |
| YUV | 163.95 | 45.63 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 18 | 0.32 | 0 | 0.91 | 0.20 | 81.18 | 0.84 | 0.44 |
| Hex | 8B | CD | 12 | 20 | 0 | 5B | 14 | 51 | 54 | 2C |
| Octal | 213 | 315 | 22 | 40 | 0 | 133 | 24 | 121 | 124 | 54 |
| Binary | 10001011 | 11001101 | 10010 | 100000 | 0 | 1011011 | 10100 | 1010001 | 1010100 | 101100 |
Color Harmonies of #8BCD12
Complementary color
Monochromatic Colors of #8BCD12
Black with #8BCD12
Text Example
Text Example
White with #8BCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCD12; }
p { color: rgb(139,205,18); }
H1.HeaderClassName
{
color: #8BCD12;
}
.AnyTagClassName
{
color: #8BCD12;
}
</style>
background-color css
<style>
a { background-color: #8BCD12; }
a { background-color: rgb(139,205,18); }
div.DivClassName
{
background-color: #8BCD12;
}
.BgClassName
{
background-color: #8BCD12;
}
</style>
border-color css
<style>
span { border-color: #8BCD12; }
span { border-color: rgb(139,205,18); }
td.TdClassName
{
border-color: #8BCD12;
}
.TagClassName
{
border-color: #8BCD12;
}
</style>