Shades of Yellow Green #80CB36
Tints of Yellow Green #80CB36
RGB
CMYK
RGB Variations
Color information
#80CB36 (or 0x80CB36) is known color: Yellow Green. HEX triplet: 80, CB and 36. RGB value is (128,203,54). Sum of RGB (Red+Green+Blue) = 128+203+54=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB36 is #7F34C9. Grayscale: #A4A4A4. Windows color (decimal): -8336586 or 3591040. OLE color: 3591040.
HSL color Cylindrical-coordinate representation of color #80CB36: hue angle of 90.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80CB36 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 54 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.20 |
| HSL | 90.2º | 0.59% | 0.5% | - |
| HSV(B) | 90.2º | 0.73% | 0.8% | - |
| XYZ | 30.92 | 47.57 | 11.04 | - |
| YUV | 163.59 | 66.15 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 54 | 0.37 | 0 | 0.73 | 0.20 | 90.2 | 0.59 | 0.5 |
| Hex | 80 | CB | 36 | 25 | 0 | 49 | 14 | 5A | 3B | 32 |
| Octal | 200 | 313 | 66 | 45 | 0 | 111 | 24 | 132 | 73 | 62 |
| Binary | 10000000 | 11001011 | 110110 | 100101 | 0 | 1001001 | 10100 | 1011010 | 111011 | 110010 |
Color Harmonies of #80CB36
Complementary color
Monochromatic Colors of #80CB36
Black with #80CB36
Text Example
Text Example
White with #80CB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB36; }
p { color: rgb(128,203,54); }
H1.HeaderClassName
{
color: #80CB36;
}
.AnyTagClassName
{
color: #80CB36;
}
</style>
background-color css
<style>
a { background-color: #80CB36; }
a { background-color: rgb(128,203,54); }
div.DivClassName
{
background-color: #80CB36;
}
.BgClassName
{
background-color: #80CB36;
}
</style>
border-color css
<style>
span { border-color: #80CB36; }
span { border-color: rgb(128,203,54); }
td.TdClassName
{
border-color: #80CB36;
}
.TagClassName
{
border-color: #80CB36;
}
</style>