Shades of Yellow Green #8CBF34
Tints of Yellow Green #8CBF34
RGB
CMYK
RGB Variations
Color information
#8CBF34 (or 0x8CBF34) is known color: Yellow Green. HEX triplet: 8C, BF and 34. RGB value is (140,191,52). Sum of RGB (Red+Green+Blue) = 140+191+52=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBF34 is #7340CB. Grayscale: #A0A0A0. Windows color (decimal): -7553228 or 3456908. OLE color: 3456908.
HSL color Cylindrical-coordinate representation of color #8CBF34: hue angle of 82.01º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CBF34 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 191 | 52 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.25 |
| HSL | 82.01º | 0.57% | 0.48% | - |
| HSV(B) | 82.01º | 0.73% | 0.75% | - |
| XYZ | 30.07 | 43.08 | 9.98 | - |
| YUV | 159.91 | 67.1 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 191 | 52 | 0.27 | 0 | 0.73 | 0.25 | 82.01 | 0.57 | 0.48 |
| Hex | 8C | BF | 34 | 1B | 0 | 49 | 19 | 52 | 39 | 30 |
| Octal | 214 | 277 | 64 | 33 | 0 | 111 | 31 | 122 | 71 | 60 |
| Binary | 10001100 | 10111111 | 110100 | 11011 | 0 | 1001001 | 11001 | 1010010 | 111001 | 110000 |
Color Harmonies of #8CBF34
Complementary color
Monochromatic Colors of #8CBF34
Black with #8CBF34
Text Example
Text Example
White with #8CBF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBF34; }
p { color: rgb(140,191,52); }
H1.HeaderClassName
{
color: #8CBF34;
}
.AnyTagClassName
{
color: #8CBF34;
}
</style>
background-color css
<style>
a { background-color: #8CBF34; }
a { background-color: rgb(140,191,52); }
div.DivClassName
{
background-color: #8CBF34;
}
.BgClassName
{
background-color: #8CBF34;
}
</style>
border-color css
<style>
span { border-color: #8CBF34; }
span { border-color: rgb(140,191,52); }
td.TdClassName
{
border-color: #8CBF34;
}
.TagClassName
{
border-color: #8CBF34;
}
</style>