Shades of Screamin' Green #73FF82
Tints of Screamin' Green #73FF82
RGB
CMYK
RGB Variations
Color information
#73FF82 (or 0x73FF82) is known color: Screamin' Green. HEX triplet: 73, FF and 82. RGB value is (115,255,130). Sum of RGB (Red+Green+Blue) = 115+255+130=500 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FF82 is #8C007D. Grayscale: #C7C7C7. Windows color (decimal): -9175166 or 8585075. OLE color: 8585075.
HSL color Cylindrical-coordinate representation of color #73FF82: hue angle of 126.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FF82 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 130 | - |
| CMYK | 0.55 | 0 | 0.49 | 0 |
| HSL | 126.43º | 1% | 0.73% | - |
| HSV(B) | 126.43º | 0.55% | 1% | - |
| XYZ | 46.86 | 76.78 | 33.47 | - |
| YUV | 198.89 | 89.12 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 130 | 0.55 | 0 | 0.49 | 0 | 126.43 | 1 | 0.73 |
| Hex | 73 | FF | 82 | 37 | 0 | 31 | 0 | 7E | 64 | 49 |
| Octal | 163 | 377 | 202 | 67 | 0 | 61 | 0 | 176 | 144 | 111 |
| Binary | 1110011 | 11111111 | 10000010 | 110111 | 0 | 110001 | 0 | 1111110 | 1100100 | 1001001 |
Color Harmonies of #73FF82
Complementary color
Monochromatic Colors of #73FF82
Black with #73FF82
Text Example
Text Example
White with #73FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF82; }
p { color: rgb(115,255,130); }
H1.HeaderClassName
{
color: #73FF82;
}
.AnyTagClassName
{
color: #73FF82;
}
</style>
background-color css
<style>
a { background-color: #73FF82; }
a { background-color: rgb(115,255,130); }
div.DivClassName
{
background-color: #73FF82;
}
.BgClassName
{
background-color: #73FF82;
}
</style>
border-color css
<style>
span { border-color: #73FF82; }
span { border-color: rgb(115,255,130); }
td.TdClassName
{
border-color: #73FF82;
}
.TagClassName
{
border-color: #73FF82;
}
</style>