Shades of Yellow Green #8CBC37
Tints of Yellow Green #8CBC37
RGB
CMYK
RGB Variations
Color information
#8CBC37 (or 0x8CBC37) is known color: Yellow Green. HEX triplet: 8C, BC and 37. RGB value is (140,188,55). Sum of RGB (Red+Green+Blue) = 140+188+55=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC37 is #7343C8. Grayscale: #9E9E9E. Windows color (decimal): -7553993 or 3652748. OLE color: 3652748.
HSL color Cylindrical-coordinate representation of color #8CBC37: hue angle of 81.65º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CBC37 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 55 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.26 |
| HSL | 81.65º | 0.55% | 0.48% | - |
| HSV(B) | 81.65º | 0.71% | 0.74% | - |
| XYZ | 29.49 | 41.82 | 10.13 | - |
| YUV | 158.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 55 | 0.26 | 0 | 0.71 | 0.26 | 81.65 | 0.55 | 0.48 |
| Hex | 8C | BC | 37 | 1A | 0 | 47 | 1A | 52 | 37 | 30 |
| Octal | 214 | 274 | 67 | 32 | 0 | 107 | 32 | 122 | 67 | 60 |
| Binary | 10001100 | 10111100 | 110111 | 11010 | 0 | 1000111 | 11010 | 1010010 | 110111 | 110000 |
Color Harmonies of #8CBC37
Complementary color
Monochromatic Colors of #8CBC37
Black with #8CBC37
Text Example
Text Example
White with #8CBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC37; }
p { color: rgb(140,188,55); }
H1.HeaderClassName
{
color: #8CBC37;
}
.AnyTagClassName
{
color: #8CBC37;
}
</style>
background-color css
<style>
a { background-color: #8CBC37; }
a { background-color: rgb(140,188,55); }
div.DivClassName
{
background-color: #8CBC37;
}
.BgClassName
{
background-color: #8CBC37;
}
</style>
border-color css
<style>
span { border-color: #8CBC37; }
span { border-color: rgb(140,188,55); }
td.TdClassName
{
border-color: #8CBC37;
}
.TagClassName
{
border-color: #8CBC37;
}
</style>