Shades of Yellow Green #80CF37
Tints of Yellow Green #80CF37
RGB
CMYK
RGB Variations
Color information
#80CF37 (or 0x80CF37) is known color: Yellow Green. HEX triplet: 80, CF and 37. RGB value is (128,207,55). Sum of RGB (Red+Green+Blue) = 128+207+55=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF37 is #7F30C8. Grayscale: #A6A6A6. Windows color (decimal): -8335561 or 3657600. OLE color: 3657600.
HSL color Cylindrical-coordinate representation of color #80CF37: hue angle of 91.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80CF37 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 55 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.19 |
| HSL | 91.18º | 0.61% | 0.51% | - |
| HSV(B) | 91.18º | 0.73% | 0.81% | - |
| XYZ | 31.9 | 49.49 | 11.49 | - |
| YUV | 166.05 | 65.33 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 55 | 0.38 | 0 | 0.73 | 0.19 | 91.18 | 0.61 | 0.51 |
| Hex | 80 | CF | 37 | 26 | 0 | 49 | 13 | 5B | 3D | 33 |
| Octal | 200 | 317 | 67 | 46 | 0 | 111 | 23 | 133 | 75 | 63 |
| Binary | 10000000 | 11001111 | 110111 | 100110 | 0 | 1001001 | 10011 | 1011011 | 111101 | 110011 |
Color Harmonies of #80CF37
Complementary color
Monochromatic Colors of #80CF37
Black with #80CF37
Text Example
Text Example
White with #80CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF37; }
p { color: rgb(128,207,55); }
H1.HeaderClassName
{
color: #80CF37;
}
.AnyTagClassName
{
color: #80CF37;
}
</style>
background-color css
<style>
a { background-color: #80CF37; }
a { background-color: rgb(128,207,55); }
div.DivClassName
{
background-color: #80CF37;
}
.BgClassName
{
background-color: #80CF37;
}
</style>
border-color css
<style>
span { border-color: #80CF37; }
span { border-color: rgb(128,207,55); }
td.TdClassName
{
border-color: #80CF37;
}
.TagClassName
{
border-color: #80CF37;
}
</style>