Shades of Screamin' Green #60FA86
Tints of Screamin' Green #60FA86
RGB
CMYK
RGB Variations
Color information
#60FA86 (or 0x60FA86) is known color: Screamin' Green. HEX triplet: 60, FA and 86. RGB value is (96,250,134). Sum of RGB (Red+Green+Blue) = 96+250+134=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #60FA86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FA86 is #9F0579. Grayscale: #BFBFBF. Windows color (decimal): -10421626 or 8845920. OLE color: 8845920.
HSL color Cylindrical-coordinate representation of color #60FA86: hue angle of 134.81º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FA86 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 250 | 134 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.02 |
| HSL | 134.81º | 0.94% | 0.68% | - |
| HSV(B) | 134.81º | 0.62% | 0.98% | - |
| XYZ | 43.31 | 72.58 | 34.28 | - |
| YUV | 190.73 | 95.98 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 250 | 134 | 0.62 | 0 | 0.46 | 0.02 | 134.81 | 0.94 | 0.68 |
| Hex | 60 | FA | 86 | 3E | 0 | 2E | 2 | 87 | 5E | 44 |
| Octal | 140 | 372 | 206 | 76 | 0 | 56 | 2 | 207 | 136 | 104 |
| Binary | 1100000 | 11111010 | 10000110 | 111110 | 0 | 101110 | 10 | 10000111 | 1011110 | 1000100 |
Color Harmonies of #60FA86
Complementary color
Monochromatic Colors of #60FA86
Black with #60FA86
Text Example
Text Example
White with #60FA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FA86; }
p { color: rgb(96,250,134); }
H1.HeaderClassName
{
color: #60FA86;
}
.AnyTagClassName
{
color: #60FA86;
}
</style>
background-color css
<style>
a { background-color: #60FA86; }
a { background-color: rgb(96,250,134); }
div.DivClassName
{
background-color: #60FA86;
}
.BgClassName
{
background-color: #60FA86;
}
</style>
border-color css
<style>
span { border-color: #60FA86; }
span { border-color: rgb(96,250,134); }
td.TdClassName
{
border-color: #60FA86;
}
.TagClassName
{
border-color: #60FA86;
}
</style>