Shades of Screamin' Green #60ED49
Tints of Screamin' Green #60ED49
RGB
CMYK
RGB Variations
Color information
#60ED49 (or 0x60ED49) is known color: Screamin' Green. HEX triplet: 60, ED and 49. RGB value is (96,237,73). Sum of RGB (Red+Green+Blue) = 96+237+73=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 237 (92.97% from 255 or 58.37% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 237 - color contains mainly: green. Hex color #60ED49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60ED49 is #9F12B6. Grayscale: #B0B0B0. Windows color (decimal): -10425015 or 4844896. OLE color: 4844896.
HSL color Cylindrical-coordinate representation of color #60ED49: hue angle of 111.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60ED49 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 237 | 73 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.07 |
| HSL | 111.59º | 0.82% | 0.61% | - |
| HSV(B) | 111.59º | 0.69% | 0.93% | - |
| XYZ | 36.31 | 63.54 | 16.65 | - |
| YUV | 176.15 | 69.79 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 237 | 73 | 0.59 | 0 | 0.69 | 0.07 | 111.59 | 0.82 | 0.61 |
| Hex | 60 | ED | 49 | 3B | 0 | 45 | 7 | 70 | 52 | 3D |
| Octal | 140 | 355 | 111 | 73 | 0 | 105 | 7 | 160 | 122 | 75 |
| Binary | 1100000 | 11101101 | 1001001 | 111011 | 0 | 1000101 | 111 | 1110000 | 1010010 | 111101 |
Color Harmonies of #60ED49
Complementary color
Monochromatic Colors of #60ED49
Black with #60ED49
Text Example
Text Example
White with #60ED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ED49; }
p { color: rgb(96,237,73); }
H1.HeaderClassName
{
color: #60ED49;
}
.AnyTagClassName
{
color: #60ED49;
}
</style>
background-color css
<style>
a { background-color: #60ED49; }
a { background-color: rgb(96,237,73); }
div.DivClassName
{
background-color: #60ED49;
}
.BgClassName
{
background-color: #60ED49;
}
</style>
border-color css
<style>
span { border-color: #60ED49; }
span { border-color: rgb(96,237,73); }
td.TdClassName
{
border-color: #60ED49;
}
.TagClassName
{
border-color: #60ED49;
}
</style>