Shades of Screamin' Green #60FF50
Tints of Screamin' Green #60FF50
RGB
CMYK
RGB Variations
Color information
#60FF50 (or 0x60FF50) is known color: Screamin' Green. HEX triplet: 60, FF and 50. RGB value is (96,255,80). Sum of RGB (Red+Green+Blue) = 96+255+80=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #60FF50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60FF50 is #9F00AF. Grayscale: #BCBCBC. Windows color (decimal): -10420400 or 5308256. OLE color: 5308256.
HSL color Cylindrical-coordinate representation of color #60FF50: hue angle of 114.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60FF50 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 80 | - |
| CMYK | 0.62 | 0 | 0.69 | 0 |
| HSL | 114.51º | 1% | 0.66% | - |
| HSV(B) | 114.51º | 0.69% | 1% | - |
| XYZ | 42.03 | 74.59 | 19.77 | - |
| YUV | 187.51 | 67.32 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 80 | 0.62 | 0 | 0.69 | 0 | 114.51 | 1 | 0.66 |
| Hex | 60 | FF | 50 | 3E | 0 | 45 | 0 | 73 | 64 | 42 |
| Octal | 140 | 377 | 120 | 76 | 0 | 105 | 0 | 163 | 144 | 102 |
| Binary | 1100000 | 11111111 | 1010000 | 111110 | 0 | 1000101 | 0 | 1110011 | 1100100 | 1000010 |
Color Harmonies of #60FF50
Complementary color
Monochromatic Colors of #60FF50
Black with #60FF50
Text Example
Text Example
White with #60FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FF50; }
p { color: rgb(96,255,80); }
H1.HeaderClassName
{
color: #60FF50;
}
.AnyTagClassName
{
color: #60FF50;
}
</style>
background-color css
<style>
a { background-color: #60FF50; }
a { background-color: rgb(96,255,80); }
div.DivClassName
{
background-color: #60FF50;
}
.BgClassName
{
background-color: #60FF50;
}
</style>
border-color css
<style>
span { border-color: #60FF50; }
span { border-color: rgb(96,255,80); }
td.TdClassName
{
border-color: #60FF50;
}
.TagClassName
{
border-color: #60FF50;
}
</style>