Shades of Bright Green #5FFB00
Tints of Bright Green #5FFB00
RGB
CMYK
RGB Variations
Color information
#5FFB00 (or 0x5FFB00) is known color: Bright Green. HEX triplet: 5F, FB and 00. RGB value is (95,251,0). Sum of RGB (Red+Green+Blue) = 95+251+0=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFB00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFB00 is #A004FF. Grayscale: #B0B0B0. Windows color (decimal): -10487040 or 64351. OLE color: 64351.
HSL color Cylindrical-coordinate representation of color #5FFB00: hue angle of 97.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FFB00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.02 |
| HSL | 97.29º | 1% | 0.49% | - |
| HSV(B) | 97.29º | 1% | 0.98% | - |
| XYZ | 39.22 | 71.43 | 11.72 | - |
| YUV | 175.74 | 28.82 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 0 | 0.62 | 0 | 1 | 0.02 | 97.29 | 1 | 0.49 |
| Hex | 5F | FB | 0 | 3E | 0 | 64 | 2 | 61 | 64 | 31 |
| Octal | 137 | 373 | 0 | 76 | 0 | 144 | 2 | 141 | 144 | 61 |
| Binary | 1011111 | 11111011 | 0 | 111110 | 0 | 1100100 | 10 | 1100001 | 1100100 | 110001 |
Color Harmonies of #5FFB00
Complementary color
Monochromatic Colors of #5FFB00
Black with #5FFB00
Text Example
Text Example
White with #5FFB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFB00; }
p { color: rgb(95,251,0); }
H1.HeaderClassName
{
color: #5FFB00;
}
.AnyTagClassName
{
color: #5FFB00;
}
</style>
background-color css
<style>
a { background-color: #5FFB00; }
a { background-color: rgb(95,251,0); }
div.DivClassName
{
background-color: #5FFB00;
}
.BgClassName
{
background-color: #5FFB00;
}
</style>
border-color css
<style>
span { border-color: #5FFB00; }
span { border-color: rgb(95,251,0); }
td.TdClassName
{
border-color: #5FFB00;
}
.TagClassName
{
border-color: #5FFB00;
}
</style>