Shades of Yellow Green #80CE30
Tints of Yellow Green #80CE30
RGB
CMYK
RGB Variations
Color information
#80CE30 (or 0x80CE30) is known color: Yellow Green. HEX triplet: 80, CE and 30. RGB value is (128,206,48). Sum of RGB (Red+Green+Blue) = 128+206+48=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CE30 is #7F31CF. Grayscale: #A5A5A5. Windows color (decimal): -8335824 or 3198592. OLE color: 3198592.
HSL color Cylindrical-coordinate representation of color #80CE30: hue angle of 89.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80CE30 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 48 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.19 |
| HSL | 89.62º | 0.62% | 0.5% | - |
| HSV(B) | 89.62º | 0.77% | 0.81% | - |
| XYZ | 31.51 | 48.95 | 10.58 | - |
| YUV | 164.67 | 62.16 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 48 | 0.38 | 0 | 0.77 | 0.19 | 89.62 | 0.62 | 0.5 |
| Hex | 80 | CE | 30 | 26 | 0 | 4D | 13 | 5A | 3E | 32 |
| Octal | 200 | 316 | 60 | 46 | 0 | 115 | 23 | 132 | 76 | 62 |
| Binary | 10000000 | 11001110 | 110000 | 100110 | 0 | 1001101 | 10011 | 1011010 | 111110 | 110010 |
Color Harmonies of #80CE30
Complementary color
Monochromatic Colors of #80CE30
Black with #80CE30
Text Example
Text Example
White with #80CE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE30; }
p { color: rgb(128,206,48); }
H1.HeaderClassName
{
color: #80CE30;
}
.AnyTagClassName
{
color: #80CE30;
}
</style>
background-color css
<style>
a { background-color: #80CE30; }
a { background-color: rgb(128,206,48); }
div.DivClassName
{
background-color: #80CE30;
}
.BgClassName
{
background-color: #80CE30;
}
</style>
border-color css
<style>
span { border-color: #80CE30; }
span { border-color: rgb(128,206,48); }
td.TdClassName
{
border-color: #80CE30;
}
.TagClassName
{
border-color: #80CE30;
}
</style>