Shades of Yellow Green #80C23D
Tints of Yellow Green #80C23D
RGB
CMYK
RGB Variations
Color information
#80C23D (or 0x80C23D) is known color: Yellow Green. HEX triplet: 80, C2 and 3D. RGB value is (128,194,61). Sum of RGB (Red+Green+Blue) = 128+194+61=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #80C23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C23D is #7F3DC2. Grayscale: #9F9F9F. Windows color (decimal): -8338883 or 4047488. OLE color: 4047488.
HSL color Cylindrical-coordinate representation of color #80C23D: hue angle of 89.77º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80C23D is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 61 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.24 |
| HSL | 89.77º | 0.52% | 0.5% | - |
| HSV(B) | 89.77º | 0.69% | 0.76% | - |
| XYZ | 29.04 | 43.51 | 11.28 | - |
| YUV | 159.1 | 72.63 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 61 | 0.34 | 0 | 0.69 | 0.24 | 89.77 | 0.52 | 0.5 |
| Hex | 80 | C2 | 3D | 22 | 0 | 45 | 18 | 5A | 34 | 32 |
| Octal | 200 | 302 | 75 | 42 | 0 | 105 | 30 | 132 | 64 | 62 |
| Binary | 10000000 | 11000010 | 111101 | 100010 | 0 | 1000101 | 11000 | 1011010 | 110100 | 110010 |
Color Harmonies of #80C23D
Complementary color
Monochromatic Colors of #80C23D
Black with #80C23D
Text Example
Text Example
White with #80C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C23D; }
p { color: rgb(128,194,61); }
H1.HeaderClassName
{
color: #80C23D;
}
.AnyTagClassName
{
color: #80C23D;
}
</style>
background-color css
<style>
a { background-color: #80C23D; }
a { background-color: rgb(128,194,61); }
div.DivClassName
{
background-color: #80C23D;
}
.BgClassName
{
background-color: #80C23D;
}
</style>
border-color css
<style>
span { border-color: #80C23D; }
span { border-color: rgb(128,194,61); }
td.TdClassName
{
border-color: #80C23D;
}
.TagClassName
{
border-color: #80C23D;
}
</style>