Shades of Screamin' Green #60E248
Tints of Screamin' Green #60E248
RGB
CMYK
RGB Variations
Color information
#60E248 (or 0x60E248) is known color: Screamin' Green. HEX triplet: 60, E2 and 48. RGB value is (96,226,72). Sum of RGB (Red+Green+Blue) = 96+226+72=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 226 (88.67% from 255 or 57.36% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 226 - color contains mainly: green. Hex color #60E248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60E248 is #9F1DB7. Grayscale: #AAAAAA. Windows color (decimal): -10427832 or 4776544. OLE color: 4776544.
HSL color Cylindrical-coordinate representation of color #60E248: hue angle of 110.65º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60E248 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 226 | 72 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.11 |
| HSL | 110.65º | 0.73% | 0.58% | - |
| HSV(B) | 110.65º | 0.68% | 0.89% | - |
| XYZ | 33.19 | 57.35 | 15.45 | - |
| YUV | 169.57 | 72.93 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 226 | 72 | 0.58 | 0 | 0.68 | 0.11 | 110.65 | 0.73 | 0.58 |
| Hex | 60 | E2 | 48 | 3A | 0 | 44 | B | 6F | 49 | 3A |
| Octal | 140 | 342 | 110 | 72 | 0 | 104 | 13 | 157 | 111 | 72 |
| Binary | 1100000 | 11100010 | 1001000 | 111010 | 0 | 1000100 | 1011 | 1101111 | 1001001 | 111010 |
Color Harmonies of #60E248
Complementary color
Monochromatic Colors of #60E248
Black with #60E248
Text Example
Text Example
White with #60E248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E248; }
p { color: rgb(96,226,72); }
H1.HeaderClassName
{
color: #60E248;
}
.AnyTagClassName
{
color: #60E248;
}
</style>
background-color css
<style>
a { background-color: #60E248; }
a { background-color: rgb(96,226,72); }
div.DivClassName
{
background-color: #60E248;
}
.BgClassName
{
background-color: #60E248;
}
</style>
border-color css
<style>
span { border-color: #60E248; }
span { border-color: rgb(96,226,72); }
td.TdClassName
{
border-color: #60E248;
}
.TagClassName
{
border-color: #60E248;
}
</style>