Shades of Screamin' Green #73F360
Tints of Screamin' Green #73F360
RGB
CMYK
RGB Variations
Color information
#73F360 (or 0x73F360) is known color: Screamin' Green. HEX triplet: 73, F3 and 60. RGB value is (115,243,96). Sum of RGB (Red+Green+Blue) = 115+243+96=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #73F360 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F360 is #8C0C9F. Grayscale: #BCBCBC. Windows color (decimal): -9178272 or 6353779. OLE color: 6353779.
HSL color Cylindrical-coordinate representation of color #73F360: hue angle of 112.24º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73F360 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 243 | 96 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.05 |
| HSL | 112.24º | 0.86% | 0.66% | - |
| HSV(B) | 112.24º | 0.6% | 0.95% | - |
| XYZ | 41.23 | 68.59 | 22.13 | - |
| YUV | 187.97 | 76.09 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 243 | 96 | 0.53 | 0 | 0.60 | 0.05 | 112.24 | 0.86 | 0.66 |
| Hex | 73 | F3 | 60 | 35 | 0 | 3C | 5 | 70 | 56 | 42 |
| Octal | 163 | 363 | 140 | 65 | 0 | 74 | 5 | 160 | 126 | 102 |
| Binary | 1110011 | 11110011 | 1100000 | 110101 | 0 | 111100 | 101 | 1110000 | 1010110 | 1000010 |
Color Harmonies of #73F360
Complementary color
Monochromatic Colors of #73F360
Black with #73F360
Text Example
Text Example
White with #73F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F360; }
p { color: rgb(115,243,96); }
H1.HeaderClassName
{
color: #73F360;
}
.AnyTagClassName
{
color: #73F360;
}
</style>
background-color css
<style>
a { background-color: #73F360; }
a { background-color: rgb(115,243,96); }
div.DivClassName
{
background-color: #73F360;
}
.BgClassName
{
background-color: #73F360;
}
</style>
border-color css
<style>
span { border-color: #73F360; }
span { border-color: rgb(115,243,96); }
td.TdClassName
{
border-color: #73F360;
}
.TagClassName
{
border-color: #73F360;
}
</style>