Shades of Screamin' Green #5FF85C
Tints of Screamin' Green #5FF85C
RGB
CMYK
RGB Variations
Color information
#5FF85C (or 0x5FF85C) is known color: Screamin' Green. HEX triplet: 5F, F8 and 5C. RGB value is (95,248,92). Sum of RGB (Red+Green+Blue) = 95+248+92=435 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.84% from 435); Green value is 248 (97.27% from 255 or 57.01% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 248 - color contains mainly: green. Hex color #5FF85C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FF85C is #A007A3. Grayscale: #B8B8B8. Windows color (decimal): -10487716 or 6092895. OLE color: 6092895.
HSL color Cylindrical-coordinate representation of color #5FF85C: hue angle of 118.85º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FF85C is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 248 | 92 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.03 |
| HSL | 118.85º | 0.92% | 0.67% | - |
| HSV(B) | 118.85º | 0.63% | 0.97% | - |
| XYZ | 40.22 | 70.34 | 21.58 | - |
| YUV | 184.47 | 75.81 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 248 | 92 | 0.62 | 0 | 0.63 | 0.03 | 118.85 | 0.92 | 0.67 |
| Hex | 5F | F8 | 5C | 3E | 0 | 3F | 3 | 77 | 5C | 43 |
| Octal | 137 | 370 | 134 | 76 | 0 | 77 | 3 | 167 | 134 | 103 |
| Binary | 1011111 | 11111000 | 1011100 | 111110 | 0 | 111111 | 11 | 1110111 | 1011100 | 1000011 |
Color Harmonies of #5FF85C
Complementary color
Monochromatic Colors of #5FF85C
Black with #5FF85C
Text Example
Text Example
White with #5FF85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF85C; }
p { color: rgb(95,248,92); }
H1.HeaderClassName
{
color: #5FF85C;
}
.AnyTagClassName
{
color: #5FF85C;
}
</style>
background-color css
<style>
a { background-color: #5FF85C; }
a { background-color: rgb(95,248,92); }
div.DivClassName
{
background-color: #5FF85C;
}
.BgClassName
{
background-color: #5FF85C;
}
</style>
border-color css
<style>
span { border-color: #5FF85C; }
span { border-color: rgb(95,248,92); }
td.TdClassName
{
border-color: #5FF85C;
}
.TagClassName
{
border-color: #5FF85C;
}
</style>