Shades of Screamin' Green #60F573
Tints of Screamin' Green #60F573
RGB
CMYK
RGB Variations
Color information
#60F573 (or 0x60F573) is known color: Screamin' Green. HEX triplet: 60, F5 and 73. RGB value is (96,245,115). Sum of RGB (Red+Green+Blue) = 96+245+115=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #60F573 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60F573 is #9F0A8C. Grayscale: #B9B9B9. Windows color (decimal): -10422925 or 7599456. OLE color: 7599456.
HSL color Cylindrical-coordinate representation of color #60F573: hue angle of 127.65º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F573 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 245 | 115 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.04 |
| HSL | 127.65º | 0.88% | 0.67% | - |
| HSV(B) | 127.65º | 0.61% | 0.96% | - |
| XYZ | 40.57 | 69.03 | 27.41 | - |
| YUV | 185.63 | 88.14 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 115 | 0.61 | 0 | 0.53 | 0.04 | 127.65 | 0.88 | 0.67 |
| Hex | 60 | F5 | 73 | 3D | 0 | 35 | 4 | 80 | 58 | 43 |
| Octal | 140 | 365 | 163 | 75 | 0 | 65 | 4 | 200 | 130 | 103 |
| Binary | 1100000 | 11110101 | 1110011 | 111101 | 0 | 110101 | 100 | 10000000 | 1011000 | 1000011 |
Color Harmonies of #60F573
Complementary color
Monochromatic Colors of #60F573
Black with #60F573
Text Example
Text Example
White with #60F573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F573; }
p { color: rgb(96,245,115); }
H1.HeaderClassName
{
color: #60F573;
}
.AnyTagClassName
{
color: #60F573;
}
</style>
background-color css
<style>
a { background-color: #60F573; }
a { background-color: rgb(96,245,115); }
div.DivClassName
{
background-color: #60F573;
}
.BgClassName
{
background-color: #60F573;
}
</style>
border-color css
<style>
span { border-color: #60F573; }
span { border-color: rgb(96,245,115); }
td.TdClassName
{
border-color: #60F573;
}
.TagClassName
{
border-color: #60F573;
}
</style>