Shades of Bright Green #5FF101
Tints of Bright Green #5FF101
RGB
CMYK
RGB Variations
Color information
#5FF101 (or 0x5FF101) is known color: Bright Green. HEX triplet: 5F, F1 and 01. RGB value is (95,241,1). Sum of RGB (Red+Green+Blue) = 95+241+1=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF101 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF101 is #A00EFE. Grayscale: #AAAAAA. Windows color (decimal): -10489599 or 127327. OLE color: 127327.
HSL color Cylindrical-coordinate representation of color #5FF101: hue angle of 96.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FF101 is Cyan = 0.61, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 241 | 1 | - |
| CMYK | 0.61 | 0 | 1.00 | 0.05 |
| HSL | 96.5º | 0.99% | 0.47% | - |
| HSV(B) | 96.5º | 1% | 0.95% | - |
| XYZ | 36.18 | 65.35 | 10.73 | - |
| YUV | 169.99 | 32.63 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 241 | 1 | 0.61 | 0 | 1.00 | 0.05 | 96.5 | 0.99 | 0.47 |
| Hex | 5F | F1 | 1 | 3D | 0 | 64 | 5 | 60 | 63 | 2F |
| Octal | 137 | 361 | 1 | 75 | 0 | 144 | 5 | 140 | 143 | 57 |
| Binary | 1011111 | 11110001 | 1 | 111101 | 0 | 1100100 | 101 | 1100000 | 1100011 | 101111 |
Color Harmonies of #5FF101
Complementary color
Monochromatic Colors of #5FF101
Black with #5FF101
Text Example
Text Example
White with #5FF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF101; }
p { color: rgb(95,241,1); }
H1.HeaderClassName
{
color: #5FF101;
}
.AnyTagClassName
{
color: #5FF101;
}
</style>
background-color css
<style>
a { background-color: #5FF101; }
a { background-color: rgb(95,241,1); }
div.DivClassName
{
background-color: #5FF101;
}
.BgClassName
{
background-color: #5FF101;
}
</style>
border-color css
<style>
span { border-color: #5FF101; }
span { border-color: rgb(95,241,1); }
td.TdClassName
{
border-color: #5FF101;
}
.TagClassName
{
border-color: #5FF101;
}
</style>