Shades of Screamin' Green #60EF41
Tints of Screamin' Green #60EF41
RGB
CMYK
RGB Variations
Color information
#60EF41 (or 0x60EF41) is known color: Screamin' Green. HEX triplet: 60, EF and 41. RGB value is (96,239,65). Sum of RGB (Red+Green+Blue) = 96+239+65=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 239 (93.75% from 255 or 59.75% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 239 - color contains mainly: green. Hex color #60EF41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60EF41 is #9F10BE. Grayscale: #B0B0B0. Windows color (decimal): -10424511 or 4321120. OLE color: 4321120.
HSL color Cylindrical-coordinate representation of color #60EF41: hue angle of 109.31º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60EF41 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 65 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.06 |
| HSL | 109.31º | 0.84% | 0.6% | - |
| HSV(B) | 109.31º | 0.73% | 0.94% | - |
| XYZ | 36.64 | 64.6 | 15.54 | - |
| YUV | 176.41 | 65.12 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 65 | 0.60 | 0 | 0.73 | 0.06 | 109.31 | 0.84 | 0.6 |
| Hex | 60 | EF | 41 | 3C | 0 | 49 | 6 | 6D | 54 | 3C |
| Octal | 140 | 357 | 101 | 74 | 0 | 111 | 6 | 155 | 124 | 74 |
| Binary | 1100000 | 11101111 | 1000001 | 111100 | 0 | 1001001 | 110 | 1101101 | 1010100 | 111100 |
Color Harmonies of #60EF41
Complementary color
Monochromatic Colors of #60EF41
Black with #60EF41
Text Example
Text Example
White with #60EF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EF41; }
p { color: rgb(96,239,65); }
H1.HeaderClassName
{
color: #60EF41;
}
.AnyTagClassName
{
color: #60EF41;
}
</style>
background-color css
<style>
a { background-color: #60EF41; }
a { background-color: rgb(96,239,65); }
div.DivClassName
{
background-color: #60EF41;
}
.BgClassName
{
background-color: #60EF41;
}
</style>
border-color css
<style>
span { border-color: #60EF41; }
span { border-color: rgb(96,239,65); }
td.TdClassName
{
border-color: #60EF41;
}
.TagClassName
{
border-color: #60EF41;
}
</style>