Shades of Screamin' Green #73FE82
Tints of Screamin' Green #73FE82
RGB
CMYK
RGB Variations
Color information
#73FE82 (or 0x73FE82) is known color: Screamin' Green. HEX triplet: 73, FE and 82. RGB value is (115,254,130). Sum of RGB (Red+Green+Blue) = 115+254+130=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #73FE82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FE82 is #8C017D. Grayscale: #C6C6C6. Windows color (decimal): -9175422 or 8584819. OLE color: 8584819.
HSL color Cylindrical-coordinate representation of color #73FE82: hue angle of 126.47º 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 #73FE82 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 130 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.00 |
| HSL | 126.47º | 0.99% | 0.72% | - |
| HSV(B) | 126.47º | 0.55% | 1% | - |
| XYZ | 46.54 | 76.14 | 33.36 | - |
| YUV | 198.3 | 89.45 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 130 | 0.55 | 0 | 0.49 | 0.00 | 126.47 | 0.99 | 0.72 |
| Hex | 73 | FE | 82 | 37 | 0 | 31 | 0 | 7E | 63 | 48 |
| Octal | 163 | 376 | 202 | 67 | 0 | 61 | 0 | 176 | 143 | 110 |
| Binary | 1110011 | 11111110 | 10000010 | 110111 | 0 | 110001 | 0 | 1111110 | 1100011 | 1001000 |
Color Harmonies of #73FE82
Complementary color
Monochromatic Colors of #73FE82
Black with #73FE82
Text Example
Text Example
White with #73FE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FE82; }
p { color: rgb(115,254,130); }
H1.HeaderClassName
{
color: #73FE82;
}
.AnyTagClassName
{
color: #73FE82;
}
</style>
background-color css
<style>
a { background-color: #73FE82; }
a { background-color: rgb(115,254,130); }
div.DivClassName
{
background-color: #73FE82;
}
.BgClassName
{
background-color: #73FE82;
}
</style>
border-color css
<style>
span { border-color: #73FE82; }
span { border-color: rgb(115,254,130); }
td.TdClassName
{
border-color: #73FE82;
}
.TagClassName
{
border-color: #73FE82;
}
</style>