Shades of Screamin' Green #5FFD85
Tints of Screamin' Green #5FFD85
RGB
CMYK
RGB Variations
Color information
#5FFD85 (or 0x5FFD85) is known color: Screamin' Green. HEX triplet: 5F, FD and 85. RGB value is (95,253,133). Sum of RGB (Red+Green+Blue) = 95+253+133=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFD85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFD85 is #A0027A. Grayscale: #C0C0C0. Windows color (decimal): -10486395 or 8781151. OLE color: 8781151.
HSL color Cylindrical-coordinate representation of color #5FFD85: hue angle of 134.43º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFD85 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 133 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.01 |
| HSL | 134.43º | 0.98% | 0.68% | - |
| HSV(B) | 134.43º | 0.62% | 0.99% | - |
| XYZ | 44.08 | 74.38 | 34.22 | - |
| YUV | 192.08 | 94.65 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 133 | 0.62 | 0 | 0.47 | 0.01 | 134.43 | 0.98 | 0.68 |
| Hex | 5F | FD | 85 | 3E | 0 | 2F | 1 | 86 | 62 | 44 |
| Octal | 137 | 375 | 205 | 76 | 0 | 57 | 1 | 206 | 142 | 104 |
| Binary | 1011111 | 11111101 | 10000101 | 111110 | 0 | 101111 | 1 | 10000110 | 1100010 | 1000100 |
Color Harmonies of #5FFD85
Complementary color
Monochromatic Colors of #5FFD85
Black with #5FFD85
Text Example
Text Example
White with #5FFD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFD85; }
p { color: rgb(95,253,133); }
H1.HeaderClassName
{
color: #5FFD85;
}
.AnyTagClassName
{
color: #5FFD85;
}
</style>
background-color css
<style>
a { background-color: #5FFD85; }
a { background-color: rgb(95,253,133); }
div.DivClassName
{
background-color: #5FFD85;
}
.BgClassName
{
background-color: #5FFD85;
}
</style>
border-color css
<style>
span { border-color: #5FFD85; }
span { border-color: rgb(95,253,133); }
td.TdClassName
{
border-color: #5FFD85;
}
.TagClassName
{
border-color: #5FFD85;
}
</style>