Shades of Screamin' Green #5FF144
Tints of Screamin' Green #5FF144
RGB
CMYK
RGB Variations
Color information
#5FF144 (or 0x5FF144) is known color: Screamin' Green. HEX triplet: 5F, F1 and 44. RGB value is (95,241,68). Sum of RGB (Red+Green+Blue) = 95+241+68=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF144 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF144 is #A00EBB. Grayscale: #B2B2B2. Windows color (decimal): -10489532 or 4518239. OLE color: 4518239.
HSL color Cylindrical-coordinate representation of color #5FF144: hue angle of 110.64º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FF144 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 241 | 68 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.05 |
| HSL | 110.64º | 0.86% | 0.61% | - |
| HSV(B) | 110.64º | 0.72% | 0.95% | - |
| XYZ | 37.22 | 65.76 | 16.2 | - |
| YUV | 177.62 | 66.13 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 241 | 68 | 0.61 | 0 | 0.72 | 0.05 | 110.64 | 0.86 | 0.61 |
| Hex | 5F | F1 | 44 | 3D | 0 | 48 | 5 | 6F | 56 | 3D |
| Octal | 137 | 361 | 104 | 75 | 0 | 110 | 5 | 157 | 126 | 75 |
| Binary | 1011111 | 11110001 | 1000100 | 111101 | 0 | 1001000 | 101 | 1101111 | 1010110 | 111101 |
Color Harmonies of #5FF144
Complementary color
Monochromatic Colors of #5FF144
Black with #5FF144
Text Example
Text Example
White with #5FF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF144; }
p { color: rgb(95,241,68); }
H1.HeaderClassName
{
color: #5FF144;
}
.AnyTagClassName
{
color: #5FF144;
}
</style>
background-color css
<style>
a { background-color: #5FF144; }
a { background-color: rgb(95,241,68); }
div.DivClassName
{
background-color: #5FF144;
}
.BgClassName
{
background-color: #5FF144;
}
</style>
border-color css
<style>
span { border-color: #5FF144; }
span { border-color: rgb(95,241,68); }
td.TdClassName
{
border-color: #5FF144;
}
.TagClassName
{
border-color: #5FF144;
}
</style>