Shades of Yellow Green #8CBF2C
Tints of Yellow Green #8CBF2C
RGB
CMYK
RGB Variations
Color information
#8CBF2C (or 0x8CBF2C) is known color: Yellow Green. HEX triplet: 8C, BF and 2C. RGB value is (140,191,44). Sum of RGB (Red+Green+Blue) = 140+191+44=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBF2C is #7340D3. Grayscale: #9F9F9F. Windows color (decimal): -7553236 or 2932620. OLE color: 2932620.
HSL color Cylindrical-coordinate representation of color #8CBF2C: hue angle of 80.82º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CBF2C is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 191 | 44 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.25 |
| HSL | 80.82º | 0.63% | 0.46% | - |
| HSV(B) | 80.82º | 0.77% | 0.75% | - |
| XYZ | 29.9 | 43.02 | 9.11 | - |
| YUV | 158.99 | 63.1 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 191 | 44 | 0.27 | 0 | 0.77 | 0.25 | 80.82 | 0.63 | 0.46 |
| Hex | 8C | BF | 2C | 1B | 0 | 4D | 19 | 51 | 3F | 2E |
| Octal | 214 | 277 | 54 | 33 | 0 | 115 | 31 | 121 | 77 | 56 |
| Binary | 10001100 | 10111111 | 101100 | 11011 | 0 | 1001101 | 11001 | 1010001 | 111111 | 101110 |
Color Harmonies of #8CBF2C
Complementary color
Monochromatic Colors of #8CBF2C
Black with #8CBF2C
Text Example
Text Example
White with #8CBF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBF2C; }
p { color: rgb(140,191,44); }
H1.HeaderClassName
{
color: #8CBF2C;
}
.AnyTagClassName
{
color: #8CBF2C;
}
</style>
background-color css
<style>
a { background-color: #8CBF2C; }
a { background-color: rgb(140,191,44); }
div.DivClassName
{
background-color: #8CBF2C;
}
.BgClassName
{
background-color: #8CBF2C;
}
</style>
border-color css
<style>
span { border-color: #8CBF2C; }
span { border-color: rgb(140,191,44); }
td.TdClassName
{
border-color: #8CBF2C;
}
.TagClassName
{
border-color: #8CBF2C;
}
</style>