Shades of Yellow Green #80BE3C
Tints of Yellow Green #80BE3C
RGB
CMYK
RGB Variations
Color information
#80BE3C (or 0x80BE3C) is known color: Yellow Green. HEX triplet: 80, BE and 3C. RGB value is (128,190,60). Sum of RGB (Red+Green+Blue) = 128+190+60=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE3C is #7F41C3. Grayscale: #9D9D9D. Windows color (decimal): -8339908 or 3980928. OLE color: 3980928.
HSL color Cylindrical-coordinate representation of color #80BE3C: hue angle of 88.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80BE3C is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 190 | 60 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.25 |
| HSL | 88.62º | 0.52% | 0.49% | - |
| HSV(B) | 88.62º | 0.68% | 0.75% | - |
| XYZ | 28.13 | 41.74 | 10.85 | - |
| YUV | 156.64 | 73.46 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 60 | 0.33 | 0 | 0.68 | 0.25 | 88.62 | 0.52 | 0.49 |
| Hex | 80 | BE | 3C | 21 | 0 | 44 | 19 | 59 | 34 | 31 |
| Octal | 200 | 276 | 74 | 41 | 0 | 104 | 31 | 131 | 64 | 61 |
| Binary | 10000000 | 10111110 | 111100 | 100001 | 0 | 1000100 | 11001 | 1011001 | 110100 | 110001 |
Color Harmonies of #80BE3C
Complementary color
Monochromatic Colors of #80BE3C
Black with #80BE3C
Text Example
Text Example
White with #80BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BE3C; }
p { color: rgb(128,190,60); }
H1.HeaderClassName
{
color: #80BE3C;
}
.AnyTagClassName
{
color: #80BE3C;
}
</style>
background-color css
<style>
a { background-color: #80BE3C; }
a { background-color: rgb(128,190,60); }
div.DivClassName
{
background-color: #80BE3C;
}
.BgClassName
{
background-color: #80BE3C;
}
</style>
border-color css
<style>
span { border-color: #80BE3C; }
span { border-color: rgb(128,190,60); }
td.TdClassName
{
border-color: #80BE3C;
}
.TagClassName
{
border-color: #80BE3C;
}
</style>