Shades of Screamin' Green #5FF560
Tints of Screamin' Green #5FF560
RGB
CMYK
RGB Variations
Color information
#5FF560 (or 0x5FF560) is known color: Screamin' Green. HEX triplet: 5F, F5 and 60. RGB value is (95,245,96). Sum of RGB (Red+Green+Blue) = 95+245+96=436 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.79% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF560 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FF560 is #A00A9F. Grayscale: #B7B7B7. Windows color (decimal): -10488480 or 6354271. OLE color: 6354271.
HSL color Cylindrical-coordinate representation of color #5FF560: hue angle of 120.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF560 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 96 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.04 |
| HSL | 120.4º | 0.88% | 0.67% | - |
| HSV(B) | 120.4º | 0.61% | 0.96% | - |
| XYZ | 39.48 | 68.58 | 22.22 | - |
| YUV | 183.16 | 78.81 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 96 | 0.61 | 0 | 0.61 | 0.04 | 120.4 | 0.88 | 0.67 |
| Hex | 5F | F5 | 60 | 3D | 0 | 3D | 4 | 78 | 58 | 43 |
| Octal | 137 | 365 | 140 | 75 | 0 | 75 | 4 | 170 | 130 | 103 |
| Binary | 1011111 | 11110101 | 1100000 | 111101 | 0 | 111101 | 100 | 1111000 | 1011000 | 1000011 |
Color Harmonies of #5FF560
Complementary color
Monochromatic Colors of #5FF560
Black with #5FF560
Text Example
Text Example
White with #5FF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF560; }
p { color: rgb(95,245,96); }
H1.HeaderClassName
{
color: #5FF560;
}
.AnyTagClassName
{
color: #5FF560;
}
</style>
background-color css
<style>
a { background-color: #5FF560; }
a { background-color: rgb(95,245,96); }
div.DivClassName
{
background-color: #5FF560;
}
.BgClassName
{
background-color: #5FF560;
}
</style>
border-color css
<style>
span { border-color: #5FF560; }
span { border-color: rgb(95,245,96); }
td.TdClassName
{
border-color: #5FF560;
}
.TagClassName
{
border-color: #5FF560;
}
</style>