Shades of Screamin' Green #73FE74
Tints of Screamin' Green #73FE74
RGB
CMYK
RGB Variations
Color information
#73FE74 (or 0x73FE74) is known color: Screamin' Green. HEX triplet: 73, FE and 74. RGB value is (115,254,116). Sum of RGB (Red+Green+Blue) = 115+254+116=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #73FE74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FE74 is #8C018B. Grayscale: #C5C5C5. Windows color (decimal): -9175436 or 7667315. OLE color: 7667315.
HSL color Cylindrical-coordinate representation of color #73FE74: hue angle of 120.43º 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 #73FE74 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 116 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.00 |
| HSL | 120.43º | 0.99% | 0.72% | - |
| HSV(B) | 120.43º | 0.55% | 1% | - |
| XYZ | 45.66 | 75.79 | 28.75 | - |
| YUV | 196.71 | 82.45 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 116 | 0.55 | 0 | 0.54 | 0.00 | 120.43 | 0.99 | 0.72 |
| Hex | 73 | FE | 74 | 37 | 0 | 36 | 0 | 78 | 63 | 48 |
| Octal | 163 | 376 | 164 | 67 | 0 | 66 | 0 | 170 | 143 | 110 |
| Binary | 1110011 | 11111110 | 1110100 | 110111 | 0 | 110110 | 0 | 1111000 | 1100011 | 1001000 |
Color Harmonies of #73FE74
Complementary color
Monochromatic Colors of #73FE74
Black with #73FE74
Text Example
Text Example
White with #73FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FE74; }
p { color: rgb(115,254,116); }
H1.HeaderClassName
{
color: #73FE74;
}
.AnyTagClassName
{
color: #73FE74;
}
</style>
background-color css
<style>
a { background-color: #73FE74; }
a { background-color: rgb(115,254,116); }
div.DivClassName
{
background-color: #73FE74;
}
.BgClassName
{
background-color: #73FE74;
}
</style>
border-color css
<style>
span { border-color: #73FE74; }
span { border-color: rgb(115,254,116); }
td.TdClassName
{
border-color: #73FE74;
}
.TagClassName
{
border-color: #73FE74;
}
</style>