Shades of Screamin' Green #73F73F
Tints of Screamin' Green #73F73F
RGB
CMYK
RGB Variations
Color information
#73F73F (or 0x73F73F) is known color: Screamin' Green. HEX triplet: 73, F7 and 3F. RGB value is (115,247,63). Sum of RGB (Red+Green+Blue) = 115+247+63=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 247 (96.88% from 255 or 58.12% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 247 - color contains mainly: green. Hex color #73F73F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F73F is #8C08C0. Grayscale: #BBBBBB. Windows color (decimal): -9177281 or 4192115. OLE color: 4192115.
HSL color Cylindrical-coordinate representation of color #73F73F: hue angle of 103.04º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73F73F is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 247 | 63 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.03 |
| HSL | 103.04º | 0.92% | 0.61% | - |
| HSV(B) | 103.04º | 0.74% | 0.97% | - |
| XYZ | 41.23 | 70.53 | 16.14 | - |
| YUV | 186.56 | 58.27 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 247 | 63 | 0.53 | 0 | 0.74 | 0.03 | 103.04 | 0.92 | 0.61 |
| Hex | 73 | F7 | 3F | 35 | 0 | 4A | 3 | 67 | 5C | 3D |
| Octal | 163 | 367 | 77 | 65 | 0 | 112 | 3 | 147 | 134 | 75 |
| Binary | 1110011 | 11110111 | 111111 | 110101 | 0 | 1001010 | 11 | 1100111 | 1011100 | 111101 |
Color Harmonies of #73F73F
Complementary color
Monochromatic Colors of #73F73F
Black with #73F73F
Text Example
Text Example
White with #73F73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F73F; }
p { color: rgb(115,247,63); }
H1.HeaderClassName
{
color: #73F73F;
}
.AnyTagClassName
{
color: #73F73F;
}
</style>
background-color css
<style>
a { background-color: #73F73F; }
a { background-color: rgb(115,247,63); }
div.DivClassName
{
background-color: #73F73F;
}
.BgClassName
{
background-color: #73F73F;
}
</style>
border-color css
<style>
span { border-color: #73F73F; }
span { border-color: rgb(115,247,63); }
td.TdClassName
{
border-color: #73F73F;
}
.TagClassName
{
border-color: #73F73F;
}
</style>