Shades of Bright Green #5FFF01
Tints of Bright Green #5FFF01
RGB
CMYK
RGB Variations
Color information
#5FFF01 (or 0x5FFF01) is known color: Bright Green. HEX triplet: 5F, FF and 01. RGB value is (95,255,1). Sum of RGB (Red+Green+Blue) = 95+255+1=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFF01 is #A000FE. Grayscale: #B3B3B3. Windows color (decimal): -10486015 or 130911. OLE color: 130911.
HSL color Cylindrical-coordinate representation of color #5FFF01: hue angle of 97.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FFF01 is Cyan = 0.63, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 1 | - |
| CMYK | 0.63 | 0 | 1.00 | 0 |
| HSL | 97.8º | 1% | 0.5% | - |
| HSV(B) | 97.8º | 1% | 1% | - |
| XYZ | 40.48 | 73.96 | 12.17 | - |
| YUV | 178.2 | 27.99 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 1 | 0.63 | 0 | 1.00 | 0 | 97.8 | 1 | 0.5 |
| Hex | 5F | FF | 1 | 3F | 0 | 64 | 0 | 62 | 64 | 32 |
| Octal | 137 | 377 | 1 | 77 | 0 | 144 | 0 | 142 | 144 | 62 |
| Binary | 1011111 | 11111111 | 1 | 111111 | 0 | 1100100 | 0 | 1100010 | 1100100 | 110010 |
Color Harmonies of #5FFF01
Complementary color
Monochromatic Colors of #5FFF01
Black with #5FFF01
Text Example
Text Example
White with #5FFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFF01; }
p { color: rgb(95,255,1); }
H1.HeaderClassName
{
color: #5FFF01;
}
.AnyTagClassName
{
color: #5FFF01;
}
</style>
background-color css
<style>
a { background-color: #5FFF01; }
a { background-color: rgb(95,255,1); }
div.DivClassName
{
background-color: #5FFF01;
}
.BgClassName
{
background-color: #5FFF01;
}
</style>
border-color css
<style>
span { border-color: #5FFF01; }
span { border-color: rgb(95,255,1); }
td.TdClassName
{
border-color: #5FFF01;
}
.TagClassName
{
border-color: #5FFF01;
}
</style>