Shades of Bright Green #5FF128
Tints of Bright Green #5FF128
RGB
CMYK
RGB Variations
Color information
#5FF128 (or 0x5FF128) is known color: Bright Green. HEX triplet: 5F, F1 and 28. RGB value is (95,241,40). Sum of RGB (Red+Green+Blue) = 95+241+40=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF128 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF128 is #A00ED7. Grayscale: #AFAFAF. Windows color (decimal): -10489560 or 2683231. OLE color: 2683231.
HSL color Cylindrical-coordinate representation of color #5FF128: hue angle of 103.58º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5FF128 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 241 | 40 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.05 |
| HSL | 103.58º | 0.88% | 0.55% | - |
| HSV(B) | 103.58º | 0.83% | 0.95% | - |
| XYZ | 36.56 | 65.5 | 12.72 | - |
| YUV | 174.43 | 52.13 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 241 | 40 | 0.61 | 0 | 0.83 | 0.05 | 103.58 | 0.88 | 0.55 |
| Hex | 5F | F1 | 28 | 3D | 0 | 53 | 5 | 68 | 58 | 37 |
| Octal | 137 | 361 | 50 | 75 | 0 | 123 | 5 | 150 | 130 | 67 |
| Binary | 1011111 | 11110001 | 101000 | 111101 | 0 | 1010011 | 101 | 1101000 | 1011000 | 110111 |
Color Harmonies of #5FF128
Complementary color
Monochromatic Colors of #5FF128
Black with #5FF128
Text Example
Text Example
White with #5FF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF128; }
p { color: rgb(95,241,40); }
H1.HeaderClassName
{
color: #5FF128;
}
.AnyTagClassName
{
color: #5FF128;
}
</style>
background-color css
<style>
a { background-color: #5FF128; }
a { background-color: rgb(95,241,40); }
div.DivClassName
{
background-color: #5FF128;
}
.BgClassName
{
background-color: #5FF128;
}
</style>
border-color css
<style>
span { border-color: #5FF128; }
span { border-color: rgb(95,241,40); }
td.TdClassName
{
border-color: #5FF128;
}
.TagClassName
{
border-color: #5FF128;
}
</style>