Shades of Screamin' Green #5FF575
Tints of Screamin' Green #5FF575
RGB
CMYK
RGB Variations
Color information
#5FF575 (or 0x5FF575) is known color: Screamin' Green. HEX triplet: 5F, F5 and 75. RGB value is (95,245,117). Sum of RGB (Red+Green+Blue) = 95+245+117=457 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.79% from 457); Green value is 245 (96.09% from 255 or 53.61% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF575 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FF575 is #A00A8A. Grayscale: #B9B9B9. Windows color (decimal): -10488459 or 7730527. OLE color: 7730527.
HSL color Cylindrical-coordinate representation of color #5FF575: hue angle of 128.8º 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 #5FF575 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 117 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.04 |
| HSL | 128.8º | 0.88% | 0.67% | - |
| HSV(B) | 128.8º | 0.61% | 0.96% | - |
| XYZ | 40.58 | 69.02 | 28.01 | - |
| YUV | 185.56 | 89.31 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 117 | 0.61 | 0 | 0.52 | 0.04 | 128.8 | 0.88 | 0.67 |
| Hex | 5F | F5 | 75 | 3D | 0 | 34 | 4 | 81 | 58 | 43 |
| Octal | 137 | 365 | 165 | 75 | 0 | 64 | 4 | 201 | 130 | 103 |
| Binary | 1011111 | 11110101 | 1110101 | 111101 | 0 | 110100 | 100 | 10000001 | 1011000 | 1000011 |
Color Harmonies of #5FF575
Complementary color
Monochromatic Colors of #5FF575
Black with #5FF575
Text Example
Text Example
White with #5FF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF575; }
p { color: rgb(95,245,117); }
H1.HeaderClassName
{
color: #5FF575;
}
.AnyTagClassName
{
color: #5FF575;
}
</style>
background-color css
<style>
a { background-color: #5FF575; }
a { background-color: rgb(95,245,117); }
div.DivClassName
{
background-color: #5FF575;
}
.BgClassName
{
background-color: #5FF575;
}
</style>
border-color css
<style>
span { border-color: #5FF575; }
span { border-color: rgb(95,245,117); }
td.TdClassName
{
border-color: #5FF575;
}
.TagClassName
{
border-color: #5FF575;
}
</style>