Shades of Screamin' Green #60EC52
Tints of Screamin' Green #60EC52
RGB
CMYK
RGB Variations
Color information
#60EC52 (or 0x60EC52) is known color: Screamin' Green. HEX triplet: 60, EC and 52. RGB value is (96,236,82). Sum of RGB (Red+Green+Blue) = 96+236+82=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 236 (92.58% from 255 or 57.00% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 236 - color contains mainly: green. Hex color #60EC52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60EC52 is #9F13AD. Grayscale: #B1B1B1. Windows color (decimal): -10425262 or 5434464. OLE color: 5434464.
HSL color Cylindrical-coordinate representation of color #60EC52: hue angle of 114.55º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60EC52 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 82 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.07 |
| HSL | 114.55º | 0.8% | 0.62% | - |
| HSV(B) | 114.55º | 0.65% | 0.93% | - |
| XYZ | 36.34 | 63.09 | 18.24 | - |
| YUV | 176.58 | 74.62 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 82 | 0.59 | 0 | 0.65 | 0.07 | 114.55 | 0.8 | 0.62 |
| Hex | 60 | EC | 52 | 3B | 0 | 41 | 7 | 73 | 50 | 3E |
| Octal | 140 | 354 | 122 | 73 | 0 | 101 | 7 | 163 | 120 | 76 |
| Binary | 1100000 | 11101100 | 1010010 | 111011 | 0 | 1000001 | 111 | 1110011 | 1010000 | 111110 |
Color Harmonies of #60EC52
Complementary color
Monochromatic Colors of #60EC52
Black with #60EC52
Text Example
Text Example
White with #60EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EC52; }
p { color: rgb(96,236,82); }
H1.HeaderClassName
{
color: #60EC52;
}
.AnyTagClassName
{
color: #60EC52;
}
</style>
background-color css
<style>
a { background-color: #60EC52; }
a { background-color: rgb(96,236,82); }
div.DivClassName
{
background-color: #60EC52;
}
.BgClassName
{
background-color: #60EC52;
}
</style>
border-color css
<style>
span { border-color: #60EC52; }
span { border-color: rgb(96,236,82); }
td.TdClassName
{
border-color: #60EC52;
}
.TagClassName
{
border-color: #60EC52;
}
</style>