Shades of Yellow Green #80C838
Tints of Yellow Green #80C838
RGB
CMYK
RGB Variations
Color information
#80C838 (or 0x80C838) is known color: Yellow Green. HEX triplet: 80, C8 and 38. RGB value is (128,200,56). Sum of RGB (Red+Green+Blue) = 128+200+56=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #80C838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C838 is #7F37C7. Grayscale: #A2A2A2. Windows color (decimal): -8337352 or 3721344. OLE color: 3721344.
HSL color Cylindrical-coordinate representation of color #80C838: hue angle of 90º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80C838 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 56 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.22 |
| HSL | 90º | 0.57% | 0.5% | - |
| HSV(B) | 90º | 0.72% | 0.78% | - |
| XYZ | 30.27 | 46.18 | 11.06 | - |
| YUV | 162.06 | 68.15 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 56 | 0.36 | 0 | 0.72 | 0.22 | 90 | 0.57 | 0.5 |
| Hex | 80 | C8 | 38 | 24 | 0 | 48 | 16 | 5A | 39 | 32 |
| Octal | 200 | 310 | 70 | 44 | 0 | 110 | 26 | 132 | 71 | 62 |
| Binary | 10000000 | 11001000 | 111000 | 100100 | 0 | 1001000 | 10110 | 1011010 | 111001 | 110010 |
Color Harmonies of #80C838
Complementary color
Monochromatic Colors of #80C838
Black with #80C838
Text Example
Text Example
White with #80C838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C838; }
p { color: rgb(128,200,56); }
H1.HeaderClassName
{
color: #80C838;
}
.AnyTagClassName
{
color: #80C838;
}
</style>
background-color css
<style>
a { background-color: #80C838; }
a { background-color: rgb(128,200,56); }
div.DivClassName
{
background-color: #80C838;
}
.BgClassName
{
background-color: #80C838;
}
</style>
border-color css
<style>
span { border-color: #80C838; }
span { border-color: rgb(128,200,56); }
td.TdClassName
{
border-color: #80C838;
}
.TagClassName
{
border-color: #80C838;
}
</style>