Shades of Screamin' Green #73F768
Tints of Screamin' Green #73F768
RGB
CMYK
RGB Variations
Color information
#73F768 (or 0x73F768) is known color: Screamin' Green. HEX triplet: 73, F7 and 68. RGB value is (115,247,104). Sum of RGB (Red+Green+Blue) = 115+247+104=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #73F768 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F768 is #8C0897. Grayscale: #BFBFBF. Windows color (decimal): -9177240 or 6879091. OLE color: 6879091.
HSL color Cylindrical-coordinate representation of color #73F768: hue angle of 115.38º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73F768 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 247 | 104 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.03 |
| HSL | 115.38º | 0.9% | 0.69% | - |
| HSV(B) | 115.38º | 0.58% | 0.97% | - |
| XYZ | 42.83 | 71.17 | 24.58 | - |
| YUV | 191.23 | 78.77 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 247 | 104 | 0.53 | 0 | 0.58 | 0.03 | 115.38 | 0.9 | 0.69 |
| Hex | 73 | F7 | 68 | 35 | 0 | 3A | 3 | 73 | 5A | 45 |
| Octal | 163 | 367 | 150 | 65 | 0 | 72 | 3 | 163 | 132 | 105 |
| Binary | 1110011 | 11110111 | 1101000 | 110101 | 0 | 111010 | 11 | 1110011 | 1011010 | 1000101 |
Color Harmonies of #73F768
Complementary color
Monochromatic Colors of #73F768
Black with #73F768
Text Example
Text Example
White with #73F768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F768; }
p { color: rgb(115,247,104); }
H1.HeaderClassName
{
color: #73F768;
}
.AnyTagClassName
{
color: #73F768;
}
</style>
background-color css
<style>
a { background-color: #73F768; }
a { background-color: rgb(115,247,104); }
div.DivClassName
{
background-color: #73F768;
}
.BgClassName
{
background-color: #73F768;
}
</style>
border-color css
<style>
span { border-color: #73F768; }
span { border-color: rgb(115,247,104); }
td.TdClassName
{
border-color: #73F768;
}
.TagClassName
{
border-color: #73F768;
}
</style>