Shades of Screamin' Green #73F94A
Tints of Screamin' Green #73F94A
RGB
CMYK
RGB Variations
Color information
#73F94A (or 0x73F94A) is known color: Screamin' Green. HEX triplet: 73, F9 and 4A. RGB value is (115,249,74). Sum of RGB (Red+Green+Blue) = 115+249+74=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 249 (97.66% from 255 or 56.85% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 249 - color contains mainly: green. Hex color #73F94A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F94A is #8C06B5. Grayscale: #BDBDBD. Windows color (decimal): -9176758 or 4913523. OLE color: 4913523.
HSL color Cylindrical-coordinate representation of color #73F94A: hue angle of 105.94º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73F94A is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 249 | 74 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.02 |
| HSL | 105.94º | 0.94% | 0.63% | - |
| HSV(B) | 105.94º | 0.7% | 0.98% | - |
| XYZ | 42.18 | 71.89 | 18.13 | - |
| YUV | 188.98 | 63.11 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 249 | 74 | 0.54 | 0 | 0.70 | 0.02 | 105.94 | 0.94 | 0.63 |
| Hex | 73 | F9 | 4A | 36 | 0 | 46 | 2 | 6A | 5E | 3F |
| Octal | 163 | 371 | 112 | 66 | 0 | 106 | 2 | 152 | 136 | 77 |
| Binary | 1110011 | 11111001 | 1001010 | 110110 | 0 | 1000110 | 10 | 1101010 | 1011110 | 111111 |
Color Harmonies of #73F94A
Complementary color
Monochromatic Colors of #73F94A
Black with #73F94A
Text Example
Text Example
White with #73F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F94A; }
p { color: rgb(115,249,74); }
H1.HeaderClassName
{
color: #73F94A;
}
.AnyTagClassName
{
color: #73F94A;
}
</style>
background-color css
<style>
a { background-color: #73F94A; }
a { background-color: rgb(115,249,74); }
div.DivClassName
{
background-color: #73F94A;
}
.BgClassName
{
background-color: #73F94A;
}
</style>
border-color css
<style>
span { border-color: #73F94A; }
span { border-color: rgb(115,249,74); }
td.TdClassName
{
border-color: #73F94A;
}
.TagClassName
{
border-color: #73F94A;
}
</style>