Shades of Screamin' Green #73FE80
Tints of Screamin' Green #73FE80
RGB
CMYK
RGB Variations
Color information
#73FE80 (or 0x73FE80) is known color: Screamin' Green. HEX triplet: 73, FE and 80. RGB value is (115,254,128). Sum of RGB (Red+Green+Blue) = 115+254+128=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #73FE80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FE80 is #8C017F. Grayscale: #C6C6C6. Windows color (decimal): -9175424 or 8453747. OLE color: 8453747.
HSL color Cylindrical-coordinate representation of color #73FE80: hue angle of 125.61º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FE80 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 128 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.00 |
| HSL | 125.61º | 0.99% | 0.72% | - |
| HSV(B) | 125.61º | 0.55% | 1% | - |
| XYZ | 46.41 | 76.09 | 32.66 | - |
| YUV | 198.08 | 88.45 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 128 | 0.55 | 0 | 0.50 | 0.00 | 125.61 | 0.99 | 0.72 |
| Hex | 73 | FE | 80 | 37 | 0 | 32 | 0 | 7E | 63 | 48 |
| Octal | 163 | 376 | 200 | 67 | 0 | 62 | 0 | 176 | 143 | 110 |
| Binary | 1110011 | 11111110 | 10000000 | 110111 | 0 | 110010 | 0 | 1111110 | 1100011 | 1001000 |
Color Harmonies of #73FE80
Complementary color
Monochromatic Colors of #73FE80
Black with #73FE80
Text Example
Text Example
White with #73FE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FE80; }
p { color: rgb(115,254,128); }
H1.HeaderClassName
{
color: #73FE80;
}
.AnyTagClassName
{
color: #73FE80;
}
</style>
background-color css
<style>
a { background-color: #73FE80; }
a { background-color: rgb(115,254,128); }
div.DivClassName
{
background-color: #73FE80;
}
.BgClassName
{
background-color: #73FE80;
}
</style>
border-color css
<style>
span { border-color: #73FE80; }
span { border-color: rgb(115,254,128); }
td.TdClassName
{
border-color: #73FE80;
}
.TagClassName
{
border-color: #73FE80;
}
</style>