Shades of Bright Green #5FF127
Tints of Bright Green #5FF127
RGB
CMYK
RGB Variations
Color information
#5FF127 (or 0x5FF127) is known color: Bright Green. HEX triplet: 5F, F1 and 27. RGB value is (95,241,39). Sum of RGB (Red+Green+Blue) = 95+241+39=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 241 (94.53% from 255 or 64.27% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF127 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF127 is #A00ED8. Grayscale: #AEAEAE. Windows color (decimal): -10489561 or 2617695. OLE color: 2617695.
HSL color Cylindrical-coordinate representation of color #5FF127: hue angle of 103.37º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FF127 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 241 | 39 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.05 |
| HSL | 103.37º | 0.88% | 0.55% | - |
| HSV(B) | 103.37º | 0.84% | 0.95% | - |
| XYZ | 36.54 | 65.49 | 12.63 | - |
| YUV | 174.32 | 51.63 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 241 | 39 | 0.61 | 0 | 0.84 | 0.05 | 103.37 | 0.88 | 0.55 |
| Hex | 5F | F1 | 27 | 3D | 0 | 54 | 5 | 67 | 58 | 37 |
| Octal | 137 | 361 | 47 | 75 | 0 | 124 | 5 | 147 | 130 | 67 |
| Binary | 1011111 | 11110001 | 100111 | 111101 | 0 | 1010100 | 101 | 1100111 | 1011000 | 110111 |
Color Harmonies of #5FF127
Complementary color
Monochromatic Colors of #5FF127
Black with #5FF127
Text Example
Text Example
White with #5FF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF127; }
p { color: rgb(95,241,39); }
H1.HeaderClassName
{
color: #5FF127;
}
.AnyTagClassName
{
color: #5FF127;
}
</style>
background-color css
<style>
a { background-color: #5FF127; }
a { background-color: rgb(95,241,39); }
div.DivClassName
{
background-color: #5FF127;
}
.BgClassName
{
background-color: #5FF127;
}
</style>
border-color css
<style>
span { border-color: #5FF127; }
span { border-color: rgb(95,241,39); }
td.TdClassName
{
border-color: #5FF127;
}
.TagClassName
{
border-color: #5FF127;
}
</style>