Shades of Screamin' Green #5FF585
Tints of Screamin' Green #5FF585
RGB
CMYK
RGB Variations
Color information
#5FF585 (or 0x5FF585) is known color: Screamin' Green. HEX triplet: 5F, F5 and 85. RGB value is (95,245,133). Sum of RGB (Red+Green+Blue) = 95+245+133=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 245 (96.09% from 255 or 51.80% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF585 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF585 is #A00A7A. Grayscale: #BBBBBB. Windows color (decimal): -10488443 or 8779103. OLE color: 8779103.
HSL color Cylindrical-coordinate representation of color #5FF585: hue angle of 135.2º 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 #5FF585 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 133 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.04 |
| HSL | 135.2º | 0.88% | 0.67% | - |
| HSV(B) | 135.2º | 0.61% | 0.96% | - |
| XYZ | 41.61 | 69.43 | 33.4 | - |
| YUV | 187.38 | 97.31 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 133 | 0.61 | 0 | 0.46 | 0.04 | 135.2 | 0.88 | 0.67 |
| Hex | 5F | F5 | 85 | 3D | 0 | 2E | 4 | 87 | 58 | 43 |
| Octal | 137 | 365 | 205 | 75 | 0 | 56 | 4 | 207 | 130 | 103 |
| Binary | 1011111 | 11110101 | 10000101 | 111101 | 0 | 101110 | 100 | 10000111 | 1011000 | 1000011 |
Color Harmonies of #5FF585
Complementary color
Monochromatic Colors of #5FF585
Black with #5FF585
Text Example
Text Example
White with #5FF585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF585; }
p { color: rgb(95,245,133); }
H1.HeaderClassName
{
color: #5FF585;
}
.AnyTagClassName
{
color: #5FF585;
}
</style>
background-color css
<style>
a { background-color: #5FF585; }
a { background-color: rgb(95,245,133); }
div.DivClassName
{
background-color: #5FF585;
}
.BgClassName
{
background-color: #5FF585;
}
</style>
border-color css
<style>
span { border-color: #5FF585; }
span { border-color: rgb(95,245,133); }
td.TdClassName
{
border-color: #5FF585;
}
.TagClassName
{
border-color: #5FF585;
}
</style>