Shades of Bright Green #5FF125
Tints of Bright Green #5FF125
RGB
CMYK
RGB Variations
Color information
#5FF125 (or 0x5FF125) is known color: Bright Green. HEX triplet: 5F, F1 and 25. RGB value is (95,241,37). Sum of RGB (Red+Green+Blue) = 95+241+37=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF125 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF125 is #A00EDA. Grayscale: #AEAEAE. Windows color (decimal): -10489563 or 2486623. OLE color: 2486623.
HSL color Cylindrical-coordinate representation of color #5FF125: hue angle of 102.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FF125 is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 241 | 37 | - |
| CMYK | 0.61 | 0 | 0.85 | 0.05 |
| HSL | 102.94º | 0.88% | 0.55% | - |
| HSV(B) | 102.94º | 0.85% | 0.95% | - |
| XYZ | 36.51 | 65.48 | 12.46 | - |
| YUV | 174.09 | 50.63 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 241 | 37 | 0.61 | 0 | 0.85 | 0.05 | 102.94 | 0.88 | 0.55 |
| Hex | 5F | F1 | 25 | 3D | 0 | 55 | 5 | 67 | 58 | 37 |
| Octal | 137 | 361 | 45 | 75 | 0 | 125 | 5 | 147 | 130 | 67 |
| Binary | 1011111 | 11110001 | 100101 | 111101 | 0 | 1010101 | 101 | 1100111 | 1011000 | 110111 |
Color Harmonies of #5FF125
Complementary color
Monochromatic Colors of #5FF125
Black with #5FF125
Text Example
Text Example
White with #5FF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF125; }
p { color: rgb(95,241,37); }
H1.HeaderClassName
{
color: #5FF125;
}
.AnyTagClassName
{
color: #5FF125;
}
</style>
background-color css
<style>
a { background-color: #5FF125; }
a { background-color: rgb(95,241,37); }
div.DivClassName
{
background-color: #5FF125;
}
.BgClassName
{
background-color: #5FF125;
}
</style>
border-color css
<style>
span { border-color: #5FF125; }
span { border-color: rgb(95,241,37); }
td.TdClassName
{
border-color: #5FF125;
}
.TagClassName
{
border-color: #5FF125;
}
</style>