Shades of Screamin' Green #5FF140
Tints of Screamin' Green #5FF140
RGB
CMYK
RGB Variations
Color information
#5FF140 (or 0x5FF140) is known color: Screamin' Green. HEX triplet: 5F, F1 and 40. RGB value is (95,241,64). Sum of RGB (Red+Green+Blue) = 95+241+64=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 241 (94.53% from 255 or 60.25% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF140 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF140 is #A00EBF. Grayscale: #B1B1B1. Windows color (decimal): -10489536 or 4256095. OLE color: 4256095.
HSL color Cylindrical-coordinate representation of color #5FF140: hue angle of 109.49º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FF140 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 241 | 64 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.05 |
| HSL | 109.49º | 0.86% | 0.6% | - |
| HSV(B) | 109.49º | 0.73% | 0.95% | - |
| XYZ | 37.1 | 65.71 | 15.58 | - |
| YUV | 177.17 | 64.13 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 241 | 64 | 0.61 | 0 | 0.73 | 0.05 | 109.49 | 0.86 | 0.6 |
| Hex | 5F | F1 | 40 | 3D | 0 | 49 | 5 | 6D | 56 | 3C |
| Octal | 137 | 361 | 100 | 75 | 0 | 111 | 5 | 155 | 126 | 74 |
| Binary | 1011111 | 11110001 | 1000000 | 111101 | 0 | 1001001 | 101 | 1101101 | 1010110 | 111100 |
Color Harmonies of #5FF140
Complementary color
Monochromatic Colors of #5FF140
Black with #5FF140
Text Example
Text Example
White with #5FF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF140; }
p { color: rgb(95,241,64); }
H1.HeaderClassName
{
color: #5FF140;
}
.AnyTagClassName
{
color: #5FF140;
}
</style>
background-color css
<style>
a { background-color: #5FF140; }
a { background-color: rgb(95,241,64); }
div.DivClassName
{
background-color: #5FF140;
}
.BgClassName
{
background-color: #5FF140;
}
</style>
border-color css
<style>
span { border-color: #5FF140; }
span { border-color: rgb(95,241,64); }
td.TdClassName
{
border-color: #5FF140;
}
.TagClassName
{
border-color: #5FF140;
}
</style>