Shades of Yellow Green #80CB34
Tints of Yellow Green #80CB34
RGB
CMYK
RGB Variations
Color information
#80CB34 (or 0x80CB34) is known color: Yellow Green. HEX triplet: 80, CB and 34. RGB value is (128,203,52). Sum of RGB (Red+Green+Blue) = 128+203+52=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB34 is #7F34CB. Grayscale: #A3A3A3. Windows color (decimal): -8336588 or 3459968. OLE color: 3459968.
HSL color Cylindrical-coordinate representation of color #80CB34: hue angle of 89.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80CB34 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 52 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.20 |
| HSL | 89.8º | 0.59% | 0.5% | - |
| HSV(B) | 89.8º | 0.74% | 0.8% | - |
| XYZ | 30.88 | 47.55 | 10.8 | - |
| YUV | 163.36 | 65.15 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 52 | 0.37 | 0 | 0.74 | 0.20 | 89.8 | 0.59 | 0.5 |
| Hex | 80 | CB | 34 | 25 | 0 | 4A | 14 | 5A | 3B | 32 |
| Octal | 200 | 313 | 64 | 45 | 0 | 112 | 24 | 132 | 73 | 62 |
| Binary | 10000000 | 11001011 | 110100 | 100101 | 0 | 1001010 | 10100 | 1011010 | 111011 | 110010 |
Color Harmonies of #80CB34
Complementary color
Monochromatic Colors of #80CB34
Black with #80CB34
Text Example
Text Example
White with #80CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB34; }
p { color: rgb(128,203,52); }
H1.HeaderClassName
{
color: #80CB34;
}
.AnyTagClassName
{
color: #80CB34;
}
</style>
background-color css
<style>
a { background-color: #80CB34; }
a { background-color: rgb(128,203,52); }
div.DivClassName
{
background-color: #80CB34;
}
.BgClassName
{
background-color: #80CB34;
}
</style>
border-color css
<style>
span { border-color: #80CB34; }
span { border-color: rgb(128,203,52); }
td.TdClassName
{
border-color: #80CB34;
}
.TagClassName
{
border-color: #80CB34;
}
</style>