Shades of Screamin' Green #73F868
Tints of Screamin' Green #73F868
RGB
CMYK
RGB Variations
Color information
#73F868 (or 0x73F868) is known color: Screamin' Green. HEX triplet: 73, F8 and 68. RGB value is (115,248,104). Sum of RGB (Red+Green+Blue) = 115+248+104=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #73F868 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F868 is #8C0797. Grayscale: #C0C0C0. Windows color (decimal): -9176984 or 6879347. OLE color: 6879347.
HSL color Cylindrical-coordinate representation of color #73F868: hue angle of 115.42º degrees, saturation: 0.91, 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 #73F868 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 248 | 104 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.03 |
| HSL | 115.42º | 0.91% | 0.69% | - |
| HSV(B) | 115.42º | 0.58% | 0.97% | - |
| XYZ | 43.14 | 71.78 | 24.68 | - |
| YUV | 191.82 | 78.44 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 248 | 104 | 0.54 | 0 | 0.58 | 0.03 | 115.42 | 0.91 | 0.69 |
| Hex | 73 | F8 | 68 | 36 | 0 | 3A | 3 | 73 | 5B | 45 |
| Octal | 163 | 370 | 150 | 66 | 0 | 72 | 3 | 163 | 133 | 105 |
| Binary | 1110011 | 11111000 | 1101000 | 110110 | 0 | 111010 | 11 | 1110011 | 1011011 | 1000101 |
Color Harmonies of #73F868
Complementary color
Monochromatic Colors of #73F868
Black with #73F868
Text Example
Text Example
White with #73F868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F868; }
p { color: rgb(115,248,104); }
H1.HeaderClassName
{
color: #73F868;
}
.AnyTagClassName
{
color: #73F868;
}
</style>
background-color css
<style>
a { background-color: #73F868; }
a { background-color: rgb(115,248,104); }
div.DivClassName
{
background-color: #73F868;
}
.BgClassName
{
background-color: #73F868;
}
</style>
border-color css
<style>
span { border-color: #73F868; }
span { border-color: rgb(115,248,104); }
td.TdClassName
{
border-color: #73F868;
}
.TagClassName
{
border-color: #73F868;
}
</style>