Shades of Yellow Green #8CBF3C
Tints of Yellow Green #8CBF3C
RGB
CMYK
RGB Variations
Color information
#8CBF3C (or 0x8CBF3C) is known color: Yellow Green. HEX triplet: 8C, BF and 3C. RGB value is (140,191,60). Sum of RGB (Red+Green+Blue) = 140+191+60=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBF3C is #7340C3. Grayscale: #A1A1A1. Windows color (decimal): -7553220 or 3981196. OLE color: 3981196.
HSL color Cylindrical-coordinate representation of color #8CBF3C: hue angle of 83.36º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CBF3C is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 191 | 60 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.25 |
| HSL | 83.36º | 0.52% | 0.49% | - |
| HSV(B) | 83.36º | 0.69% | 0.75% | - |
| XYZ | 30.26 | 43.16 | 11.01 | - |
| YUV | 160.82 | 71.1 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 191 | 60 | 0.27 | 0 | 0.69 | 0.25 | 83.36 | 0.52 | 0.49 |
| Hex | 8C | BF | 3C | 1B | 0 | 45 | 19 | 53 | 34 | 31 |
| Octal | 214 | 277 | 74 | 33 | 0 | 105 | 31 | 123 | 64 | 61 |
| Binary | 10001100 | 10111111 | 111100 | 11011 | 0 | 1000101 | 11001 | 1010011 | 110100 | 110001 |
Color Harmonies of #8CBF3C
Complementary color
Monochromatic Colors of #8CBF3C
Black with #8CBF3C
Text Example
Text Example
White with #8CBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBF3C; }
p { color: rgb(140,191,60); }
H1.HeaderClassName
{
color: #8CBF3C;
}
.AnyTagClassName
{
color: #8CBF3C;
}
</style>
background-color css
<style>
a { background-color: #8CBF3C; }
a { background-color: rgb(140,191,60); }
div.DivClassName
{
background-color: #8CBF3C;
}
.BgClassName
{
background-color: #8CBF3C;
}
</style>
border-color css
<style>
span { border-color: #8CBF3C; }
span { border-color: rgb(140,191,60); }
td.TdClassName
{
border-color: #8CBF3C;
}
.TagClassName
{
border-color: #8CBF3C;
}
</style>