Shades of Screamin' Green #73F254
Tints of Screamin' Green #73F254
RGB
CMYK
RGB Variations
Color information
#73F254 (or 0x73F254) is known color: Screamin' Green. HEX triplet: 73, F2 and 54. RGB value is (115,242,84). Sum of RGB (Red+Green+Blue) = 115+242+84=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #73F254 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F254 is #8C0DAB. Grayscale: #BABABA. Windows color (decimal): -9178540 or 5567091. OLE color: 5567091.
HSL color Cylindrical-coordinate representation of color #73F254: hue angle of 108.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73F254 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 242 | 84 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.05 |
| HSL | 108.23º | 0.86% | 0.64% | - |
| HSV(B) | 108.23º | 0.65% | 0.95% | - |
| XYZ | 40.42 | 67.79 | 19.34 | - |
| YUV | 186.02 | 70.42 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 242 | 84 | 0.52 | 0 | 0.65 | 0.05 | 108.23 | 0.86 | 0.64 |
| Hex | 73 | F2 | 54 | 34 | 0 | 41 | 5 | 6C | 56 | 40 |
| Octal | 163 | 362 | 124 | 64 | 0 | 101 | 5 | 154 | 126 | 100 |
| Binary | 1110011 | 11110010 | 1010100 | 110100 | 0 | 1000001 | 101 | 1101100 | 1010110 | 1000000 |
Color Harmonies of #73F254
Complementary color
Monochromatic Colors of #73F254
Black with #73F254
Text Example
Text Example
White with #73F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F254; }
p { color: rgb(115,242,84); }
H1.HeaderClassName
{
color: #73F254;
}
.AnyTagClassName
{
color: #73F254;
}
</style>
background-color css
<style>
a { background-color: #73F254; }
a { background-color: rgb(115,242,84); }
div.DivClassName
{
background-color: #73F254;
}
.BgClassName
{
background-color: #73F254;
}
</style>
border-color css
<style>
span { border-color: #73F254; }
span { border-color: rgb(115,242,84); }
td.TdClassName
{
border-color: #73F254;
}
.TagClassName
{
border-color: #73F254;
}
</style>