Shades of Screamin' Green #60EA61
Tints of Screamin' Green #60EA61
RGB
CMYK
RGB Variations
Color information
#60EA61 (or 0x60EA61) is known color: Screamin' Green. HEX triplet: 60, EA and 61. RGB value is (96,234,97). Sum of RGB (Red+Green+Blue) = 96+234+97=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 234 (91.80% from 255 or 54.80% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 234 - color contains mainly: green. Hex color #60EA61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60EA61 is #9F159E. Grayscale: #B1B1B1. Windows color (decimal): -10425759 or 6416992. OLE color: 6416992.
HSL color Cylindrical-coordinate representation of color #60EA61: hue angle of 120.43º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EA61 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 234 | 97 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.08 |
| HSL | 120.43º | 0.77% | 0.65% | - |
| HSV(B) | 120.43º | 0.59% | 0.92% | - |
| XYZ | 36.4 | 62.2 | 21.4 | - |
| YUV | 177.12 | 82.78 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 234 | 97 | 0.59 | 0 | 0.59 | 0.08 | 120.43 | 0.77 | 0.65 |
| Hex | 60 | EA | 61 | 3B | 0 | 3B | 8 | 78 | 4D | 41 |
| Octal | 140 | 352 | 141 | 73 | 0 | 73 | 10 | 170 | 115 | 101 |
| Binary | 1100000 | 11101010 | 1100001 | 111011 | 0 | 111011 | 1000 | 1111000 | 1001101 | 1000001 |
Color Harmonies of #60EA61
Complementary color
Monochromatic Colors of #60EA61
Black with #60EA61
Text Example
Text Example
White with #60EA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EA61; }
p { color: rgb(96,234,97); }
H1.HeaderClassName
{
color: #60EA61;
}
.AnyTagClassName
{
color: #60EA61;
}
</style>
background-color css
<style>
a { background-color: #60EA61; }
a { background-color: rgb(96,234,97); }
div.DivClassName
{
background-color: #60EA61;
}
.BgClassName
{
background-color: #60EA61;
}
</style>
border-color css
<style>
span { border-color: #60EA61; }
span { border-color: rgb(96,234,97); }
td.TdClassName
{
border-color: #60EA61;
}
.TagClassName
{
border-color: #60EA61;
}
</style>