Shades of Screamin' Green #60FE80
Tints of Screamin' Green #60FE80
RGB
CMYK
RGB Variations
Color information
#60FE80 (or 0x60FE80) is known color: Screamin' Green. HEX triplet: 60, FE and 80. RGB value is (96,254,128). Sum of RGB (Red+Green+Blue) = 96+254+128=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #60FE80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FE80 is #9F017F. Grayscale: #C0C0C0. Windows color (decimal): -10420608 or 8453728. OLE color: 8453728.
HSL color Cylindrical-coordinate representation of color #60FE80: hue angle of 132.15º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FE80 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 254 | 128 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.00 |
| HSL | 132.15º | 0.99% | 0.69% | - |
| HSV(B) | 132.15º | 0.62% | 1% | - |
| XYZ | 44.16 | 74.93 | 32.56 | - |
| YUV | 192.39 | 91.65 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 128 | 0.62 | 0 | 0.50 | 0.00 | 132.15 | 0.99 | 0.69 |
| Hex | 60 | FE | 80 | 3E | 0 | 32 | 0 | 84 | 63 | 45 |
| Octal | 140 | 376 | 200 | 76 | 0 | 62 | 0 | 204 | 143 | 105 |
| Binary | 1100000 | 11111110 | 10000000 | 111110 | 0 | 110010 | 0 | 10000100 | 1100011 | 1000101 |
Color Harmonies of #60FE80
Complementary color
Monochromatic Colors of #60FE80
Black with #60FE80
Text Example
Text Example
White with #60FE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FE80; }
p { color: rgb(96,254,128); }
H1.HeaderClassName
{
color: #60FE80;
}
.AnyTagClassName
{
color: #60FE80;
}
</style>
background-color css
<style>
a { background-color: #60FE80; }
a { background-color: rgb(96,254,128); }
div.DivClassName
{
background-color: #60FE80;
}
.BgClassName
{
background-color: #60FE80;
}
</style>
border-color css
<style>
span { border-color: #60FE80; }
span { border-color: rgb(96,254,128); }
td.TdClassName
{
border-color: #60FE80;
}
.TagClassName
{
border-color: #60FE80;
}
</style>