Shades of Screamin' Green #60E552
Tints of Screamin' Green #60E552
RGB
CMYK
RGB Variations
Color information
#60E552 (or 0x60E552) is known color: Screamin' Green. HEX triplet: 60, E5 and 52. RGB value is (96,229,82). Sum of RGB (Red+Green+Blue) = 96+229+82=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 229 (89.84% from 255 or 56.27% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 229 - color contains mainly: green. Hex color #60E552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60E552 is #9F1AAD. Grayscale: #ACACAC. Windows color (decimal): -10427054 or 5432672. OLE color: 5432672.
HSL color Cylindrical-coordinate representation of color #60E552: hue angle of 114.29º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60E552 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 229 | 82 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.10 |
| HSL | 114.29º | 0.74% | 0.61% | - |
| HSV(B) | 114.29º | 0.64% | 0.9% | - |
| XYZ | 34.37 | 59.13 | 17.59 | - |
| YUV | 172.48 | 76.94 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 229 | 82 | 0.58 | 0 | 0.64 | 0.10 | 114.29 | 0.74 | 0.61 |
| Hex | 60 | E5 | 52 | 3A | 0 | 40 | A | 72 | 4A | 3D |
| Octal | 140 | 345 | 122 | 72 | 0 | 100 | 12 | 162 | 112 | 75 |
| Binary | 1100000 | 11100101 | 1010010 | 111010 | 0 | 1000000 | 1010 | 1110010 | 1001010 | 111101 |
Color Harmonies of #60E552
Complementary color
Monochromatic Colors of #60E552
Black with #60E552
Text Example
Text Example
White with #60E552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E552; }
p { color: rgb(96,229,82); }
H1.HeaderClassName
{
color: #60E552;
}
.AnyTagClassName
{
color: #60E552;
}
</style>
background-color css
<style>
a { background-color: #60E552; }
a { background-color: rgb(96,229,82); }
div.DivClassName
{
background-color: #60E552;
}
.BgClassName
{
background-color: #60E552;
}
</style>
border-color css
<style>
span { border-color: #60E552; }
span { border-color: rgb(96,229,82); }
td.TdClassName
{
border-color: #60E552;
}
.TagClassName
{
border-color: #60E552;
}
</style>