Shades of Screamin' Green #60EE42
Tints of Screamin' Green #60EE42
RGB
CMYK
RGB Variations
Color information
#60EE42 (or 0x60EE42) is known color: Screamin' Green. HEX triplet: 60, EE and 42. RGB value is (96,238,66). Sum of RGB (Red+Green+Blue) = 96+238+66=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 238 (93.36% from 255 or 59.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 238 - color contains mainly: green. Hex color #60EE42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60EE42 is #9F11BD. Grayscale: #B0B0B0. Windows color (decimal): -10424766 or 4386400. OLE color: 4386400.
HSL color Cylindrical-coordinate representation of color #60EE42: hue angle of 109.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60EE42 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 66 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.07 |
| HSL | 109.53º | 0.83% | 0.6% | - |
| HSV(B) | 109.53º | 0.72% | 0.93% | - |
| XYZ | 36.38 | 64.03 | 15.6 | - |
| YUV | 175.93 | 65.96 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 66 | 0.60 | 0 | 0.72 | 0.07 | 109.53 | 0.83 | 0.6 |
| Hex | 60 | EE | 42 | 3C | 0 | 48 | 7 | 6E | 53 | 3C |
| Octal | 140 | 356 | 102 | 74 | 0 | 110 | 7 | 156 | 123 | 74 |
| Binary | 1100000 | 11101110 | 1000010 | 111100 | 0 | 1001000 | 111 | 1101110 | 1010011 | 111100 |
Color Harmonies of #60EE42
Complementary color
Monochromatic Colors of #60EE42
Black with #60EE42
Text Example
Text Example
White with #60EE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EE42; }
p { color: rgb(96,238,66); }
H1.HeaderClassName
{
color: #60EE42;
}
.AnyTagClassName
{
color: #60EE42;
}
</style>
background-color css
<style>
a { background-color: #60EE42; }
a { background-color: rgb(96,238,66); }
div.DivClassName
{
background-color: #60EE42;
}
.BgClassName
{
background-color: #60EE42;
}
</style>
border-color css
<style>
span { border-color: #60EE42; }
span { border-color: rgb(96,238,66); }
td.TdClassName
{
border-color: #60EE42;
}
.TagClassName
{
border-color: #60EE42;
}
</style>