Shades of Bright Green #5FFE00
Tints of Bright Green #5FFE00
RGB
CMYK
RGB Variations
Color information
#5FFE00 (or 0x5FFE00) is known color: Bright Green. HEX triplet: 5F, FE and 00. RGB value is (95,254,0). Sum of RGB (Red+Green+Blue) = 95+254+0=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 254 (99.61% from 255 or 72.78% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFE00 is #A001FF. Grayscale: #B2B2B2. Windows color (decimal): -10486272 or 65119. OLE color: 65119.
HSL color Cylindrical-coordinate representation of color #5FFE00: hue angle of 97.56º 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 #5FFE00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 254 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.00 |
| HSL | 97.56º | 1% | 0.5% | - |
| HSV(B) | 97.56º | 1% | 1% | - |
| XYZ | 40.16 | 73.32 | 12.03 | - |
| YUV | 177.5 | 27.82 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 254 | 0 | 0.63 | 0 | 1 | 0.00 | 97.56 | 1 | 0.5 |
| Hex | 5F | FE | 0 | 3F | 0 | 64 | 0 | 62 | 64 | 32 |
| Octal | 137 | 376 | 0 | 77 | 0 | 144 | 0 | 142 | 144 | 62 |
| Binary | 1011111 | 11111110 | 0 | 111111 | 0 | 1100100 | 0 | 1100010 | 1100100 | 110010 |
Color Harmonies of #5FFE00
Complementary color
Monochromatic Colors of #5FFE00
Black with #5FFE00
Text Example
Text Example
White with #5FFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFE00; }
p { color: rgb(95,254,0); }
H1.HeaderClassName
{
color: #5FFE00;
}
.AnyTagClassName
{
color: #5FFE00;
}
</style>
background-color css
<style>
a { background-color: #5FFE00; }
a { background-color: rgb(95,254,0); }
div.DivClassName
{
background-color: #5FFE00;
}
.BgClassName
{
background-color: #5FFE00;
}
</style>
border-color css
<style>
span { border-color: #5FFE00; }
span { border-color: rgb(95,254,0); }
td.TdClassName
{
border-color: #5FFE00;
}
.TagClassName
{
border-color: #5FFE00;
}
</style>