Shades of Yellow Green #8CBE2F
Tints of Yellow Green #8CBE2F
RGB
CMYK
RGB Variations
Color information
#8CBE2F (or 0x8CBE2F) is known color: Yellow Green. HEX triplet: 8C, BE and 2F. RGB value is (140,190,47). Sum of RGB (Red+Green+Blue) = 140+190+47=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBE2F is #7341D0. Grayscale: #9F9F9F. Windows color (decimal): -7553489 or 3128972. OLE color: 3128972.
HSL color Cylindrical-coordinate representation of color #8CBE2F: hue angle of 80.98º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CBE2F is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 47 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.25 |
| HSL | 80.98º | 0.6% | 0.46% | - |
| HSV(B) | 80.98º | 0.75% | 0.75% | - |
| XYZ | 29.74 | 42.61 | 9.35 | - |
| YUV | 158.75 | 64.94 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 47 | 0.26 | 0 | 0.75 | 0.25 | 80.98 | 0.6 | 0.46 |
| Hex | 8C | BE | 2F | 1A | 0 | 4B | 19 | 51 | 3C | 2E |
| Octal | 214 | 276 | 57 | 32 | 0 | 113 | 31 | 121 | 74 | 56 |
| Binary | 10001100 | 10111110 | 101111 | 11010 | 0 | 1001011 | 11001 | 1010001 | 111100 | 101110 |
Color Harmonies of #8CBE2F
Complementary color
Monochromatic Colors of #8CBE2F
Black with #8CBE2F
Text Example
Text Example
White with #8CBE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE2F; }
p { color: rgb(140,190,47); }
H1.HeaderClassName
{
color: #8CBE2F;
}
.AnyTagClassName
{
color: #8CBE2F;
}
</style>
background-color css
<style>
a { background-color: #8CBE2F; }
a { background-color: rgb(140,190,47); }
div.DivClassName
{
background-color: #8CBE2F;
}
.BgClassName
{
background-color: #8CBE2F;
}
</style>
border-color css
<style>
span { border-color: #8CBE2F; }
span { border-color: rgb(140,190,47); }
td.TdClassName
{
border-color: #8CBE2F;
}
.TagClassName
{
border-color: #8CBE2F;
}
</style>