Shades of Screamin' Green #5FF85A
Tints of Screamin' Green #5FF85A
RGB
CMYK
RGB Variations
Color information
#5FF85A (or 0x5FF85A) is known color: Screamin' Green. HEX triplet: 5F, F8 and 5A. RGB value is (95,248,90). Sum of RGB (Red+Green+Blue) = 95+248+90=433 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.94% from 433); Green value is 248 (97.27% from 255 or 57.27% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 248 - color contains mainly: green. Hex color #5FF85A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FF85A is #A007A5. Grayscale: #B8B8B8. Windows color (decimal): -10487718 or 5961823. OLE color: 5961823.
HSL color Cylindrical-coordinate representation of color #5FF85A: hue angle of 118.1º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FF85A is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 248 | 90 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.03 |
| HSL | 118.1º | 0.92% | 0.66% | - |
| HSV(B) | 118.1º | 0.64% | 0.97% | - |
| XYZ | 40.13 | 70.31 | 21.13 | - |
| YUV | 184.24 | 74.81 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 248 | 90 | 0.62 | 0 | 0.64 | 0.03 | 118.1 | 0.92 | 0.66 |
| Hex | 5F | F8 | 5A | 3E | 0 | 40 | 3 | 76 | 5C | 42 |
| Octal | 137 | 370 | 132 | 76 | 0 | 100 | 3 | 166 | 134 | 102 |
| Binary | 1011111 | 11111000 | 1011010 | 111110 | 0 | 1000000 | 11 | 1110110 | 1011100 | 1000010 |
Color Harmonies of #5FF85A
Complementary color
Monochromatic Colors of #5FF85A
Black with #5FF85A
Text Example
Text Example
White with #5FF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF85A; }
p { color: rgb(95,248,90); }
H1.HeaderClassName
{
color: #5FF85A;
}
.AnyTagClassName
{
color: #5FF85A;
}
</style>
background-color css
<style>
a { background-color: #5FF85A; }
a { background-color: rgb(95,248,90); }
div.DivClassName
{
background-color: #5FF85A;
}
.BgClassName
{
background-color: #5FF85A;
}
</style>
border-color css
<style>
span { border-color: #5FF85A; }
span { border-color: rgb(95,248,90); }
td.TdClassName
{
border-color: #5FF85A;
}
.TagClassName
{
border-color: #5FF85A;
}
</style>