Shades of Screamin' Green #73FC7A
Tints of Screamin' Green #73FC7A
RGB
CMYK
RGB Variations
Color information
#73FC7A (or 0x73FC7A) is known color: Screamin' Green. HEX triplet: 73, FC and 7A. RGB value is (115,252,122). Sum of RGB (Red+Green+Blue) = 115+252+122=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #73FC7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FC7A is #8C0385. Grayscale: #C4C4C4. Windows color (decimal): -9175942 or 8060019. OLE color: 8060019.
HSL color Cylindrical-coordinate representation of color #73FC7A: hue angle of 123.07º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FC7A is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 122 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.01 |
| HSL | 123.07º | 0.96% | 0.72% | - |
| HSV(B) | 123.07º | 0.54% | 0.99% | - |
| XYZ | 45.39 | 74.67 | 30.43 | - |
| YUV | 196.22 | 86.11 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 122 | 0.54 | 0 | 0.52 | 0.01 | 123.07 | 0.96 | 0.72 |
| Hex | 73 | FC | 7A | 36 | 0 | 34 | 1 | 7B | 60 | 48 |
| Octal | 163 | 374 | 172 | 66 | 0 | 64 | 1 | 173 | 140 | 110 |
| Binary | 1110011 | 11111100 | 1111010 | 110110 | 0 | 110100 | 1 | 1111011 | 1100000 | 1001000 |
Color Harmonies of #73FC7A
Complementary color
Monochromatic Colors of #73FC7A
Black with #73FC7A
Text Example
Text Example
White with #73FC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FC7A; }
p { color: rgb(115,252,122); }
H1.HeaderClassName
{
color: #73FC7A;
}
.AnyTagClassName
{
color: #73FC7A;
}
</style>
background-color css
<style>
a { background-color: #73FC7A; }
a { background-color: rgb(115,252,122); }
div.DivClassName
{
background-color: #73FC7A;
}
.BgClassName
{
background-color: #73FC7A;
}
</style>
border-color css
<style>
span { border-color: #73FC7A; }
span { border-color: rgb(115,252,122); }
td.TdClassName
{
border-color: #73FC7A;
}
.TagClassName
{
border-color: #73FC7A;
}
</style>