Shades of Screamin' Green #73F74C
Tints of Screamin' Green #73F74C
RGB
CMYK
RGB Variations
Color information
#73F74C (or 0x73F74C) is known color: Screamin' Green. HEX triplet: 73, F7 and 4C. RGB value is (115,247,76). Sum of RGB (Red+Green+Blue) = 115+247+76=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 247 (96.88% from 255 or 56.39% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 247 - color contains mainly: green. Hex color #73F74C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F74C is #8C08B3. Grayscale: #BCBCBC. Windows color (decimal): -9177268 or 5044083. OLE color: 5044083.
HSL color Cylindrical-coordinate representation of color #73F74C: hue angle of 106.32º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73F74C is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 247 | 76 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.03 |
| HSL | 106.32º | 0.91% | 0.63% | - |
| HSV(B) | 106.32º | 0.69% | 0.97% | - |
| XYZ | 41.64 | 70.69 | 18.29 | - |
| YUV | 188.04 | 64.77 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 247 | 76 | 0.53 | 0 | 0.69 | 0.03 | 106.32 | 0.91 | 0.63 |
| Hex | 73 | F7 | 4C | 35 | 0 | 45 | 3 | 6A | 5B | 3F |
| Octal | 163 | 367 | 114 | 65 | 0 | 105 | 3 | 152 | 133 | 77 |
| Binary | 1110011 | 11110111 | 1001100 | 110101 | 0 | 1000101 | 11 | 1101010 | 1011011 | 111111 |
Color Harmonies of #73F74C
Complementary color
Monochromatic Colors of #73F74C
Black with #73F74C
Text Example
Text Example
White with #73F74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F74C; }
p { color: rgb(115,247,76); }
H1.HeaderClassName
{
color: #73F74C;
}
.AnyTagClassName
{
color: #73F74C;
}
</style>
background-color css
<style>
a { background-color: #73F74C; }
a { background-color: rgb(115,247,76); }
div.DivClassName
{
background-color: #73F74C;
}
.BgClassName
{
background-color: #73F74C;
}
</style>
border-color css
<style>
span { border-color: #73F74C; }
span { border-color: rgb(115,247,76); }
td.TdClassName
{
border-color: #73F74C;
}
.TagClassName
{
border-color: #73F74C;
}
</style>