Shades of Screamin' Green #73F064
Tints of Screamin' Green #73F064
RGB
CMYK
RGB Variations
Color information
#73F064 (or 0x73F064) is known color: Screamin' Green. HEX triplet: 73, F0 and 64. RGB value is (115,240,100). Sum of RGB (Red+Green+Blue) = 115+240+100=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #73F064 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F064 is #8C0F9B. Grayscale: #BBBBBB. Windows color (decimal): -9179036 or 6615155. OLE color: 6615155.
HSL color Cylindrical-coordinate representation of color #73F064: hue angle of 113.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73F064 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 240 | 100 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.06 |
| HSL | 113.57º | 0.82% | 0.67% | - |
| HSV(B) | 113.57º | 0.58% | 0.94% | - |
| XYZ | 40.53 | 66.89 | 22.83 | - |
| YUV | 186.67 | 79.09 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 240 | 100 | 0.52 | 0 | 0.58 | 0.06 | 113.57 | 0.82 | 0.67 |
| Hex | 73 | F0 | 64 | 34 | 0 | 3A | 6 | 72 | 52 | 43 |
| Octal | 163 | 360 | 144 | 64 | 0 | 72 | 6 | 162 | 122 | 103 |
| Binary | 1110011 | 11110000 | 1100100 | 110100 | 0 | 111010 | 110 | 1110010 | 1010010 | 1000011 |
Color Harmonies of #73F064
Complementary color
Monochromatic Colors of #73F064
Black with #73F064
Text Example
Text Example
White with #73F064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F064; }
p { color: rgb(115,240,100); }
H1.HeaderClassName
{
color: #73F064;
}
.AnyTagClassName
{
color: #73F064;
}
</style>
background-color css
<style>
a { background-color: #73F064; }
a { background-color: rgb(115,240,100); }
div.DivClassName
{
background-color: #73F064;
}
.BgClassName
{
background-color: #73F064;
}
</style>
border-color css
<style>
span { border-color: #73F064; }
span { border-color: rgb(115,240,100); }
td.TdClassName
{
border-color: #73F064;
}
.TagClassName
{
border-color: #73F064;
}
</style>