Shades of Yellow Green #80CF30
Tints of Yellow Green #80CF30
RGB
CMYK
RGB Variations
Color information
#80CF30 (or 0x80CF30) is known color: Yellow Green. HEX triplet: 80, CF and 30. RGB value is (128,207,48). Sum of RGB (Red+Green+Blue) = 128+207+48=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF30 is #7F30CF. Grayscale: #A5A5A5. Windows color (decimal): -8335568 or 3198848. OLE color: 3198848.
HSL color Cylindrical-coordinate representation of color #80CF30: hue angle of 89.81º 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 #80CF30 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 48 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.19 |
| HSL | 89.81º | 0.62% | 0.5% | - |
| HSV(B) | 89.81º | 0.77% | 0.81% | - |
| XYZ | 31.75 | 49.43 | 10.66 | - |
| YUV | 165.25 | 61.83 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 48 | 0.38 | 0 | 0.77 | 0.19 | 89.81 | 0.62 | 0.5 |
| Hex | 80 | CF | 30 | 26 | 0 | 4D | 13 | 5A | 3E | 32 |
| Octal | 200 | 317 | 60 | 46 | 0 | 115 | 23 | 132 | 76 | 62 |
| Binary | 10000000 | 11001111 | 110000 | 100110 | 0 | 1001101 | 10011 | 1011010 | 111110 | 110010 |
Color Harmonies of #80CF30
Complementary color
Monochromatic Colors of #80CF30
Black with #80CF30
Text Example
Text Example
White with #80CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF30; }
p { color: rgb(128,207,48); }
H1.HeaderClassName
{
color: #80CF30;
}
.AnyTagClassName
{
color: #80CF30;
}
</style>
background-color css
<style>
a { background-color: #80CF30; }
a { background-color: rgb(128,207,48); }
div.DivClassName
{
background-color: #80CF30;
}
.BgClassName
{
background-color: #80CF30;
}
</style>
border-color css
<style>
span { border-color: #80CF30; }
span { border-color: rgb(128,207,48); }
td.TdClassName
{
border-color: #80CF30;
}
.TagClassName
{
border-color: #80CF30;
}
</style>