Shades of Bright Green #5FFA00
Tints of Bright Green #5FFA00
RGB
CMYK
RGB Variations
Color information
#5FFA00 (or 0x5FFA00) is known color: Bright Green. HEX triplet: 5F, FA and 00. RGB value is (95,250,0). Sum of RGB (Red+Green+Blue) = 95+250+0=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 250 (98.05% from 255 or 72.46% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFA00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFA00 is #A005FF. Grayscale: #B0B0B0. Windows color (decimal): -10487296 or 64095. OLE color: 64095.
HSL color Cylindrical-coordinate representation of color #5FFA00: hue angle of 97.2º 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 #5FFA00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.02 |
| HSL | 97.2º | 1% | 0.49% | - |
| HSV(B) | 97.2º | 1% | 0.98% | - |
| XYZ | 38.9 | 70.8 | 11.62 | - |
| YUV | 175.16 | 29.15 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 0 | 0.62 | 0 | 1 | 0.02 | 97.2 | 1 | 0.49 |
| Hex | 5F | FA | 0 | 3E | 0 | 64 | 2 | 61 | 64 | 31 |
| Octal | 137 | 372 | 0 | 76 | 0 | 144 | 2 | 141 | 144 | 61 |
| Binary | 1011111 | 11111010 | 0 | 111110 | 0 | 1100100 | 10 | 1100001 | 1100100 | 110001 |
Color Harmonies of #5FFA00
Complementary color
Monochromatic Colors of #5FFA00
Black with #5FFA00
Text Example
Text Example
White with #5FFA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFA00; }
p { color: rgb(95,250,0); }
H1.HeaderClassName
{
color: #5FFA00;
}
.AnyTagClassName
{
color: #5FFA00;
}
</style>
background-color css
<style>
a { background-color: #5FFA00; }
a { background-color: rgb(95,250,0); }
div.DivClassName
{
background-color: #5FFA00;
}
.BgClassName
{
background-color: #5FFA00;
}
</style>
border-color css
<style>
span { border-color: #5FFA00; }
span { border-color: rgb(95,250,0); }
td.TdClassName
{
border-color: #5FFA00;
}
.TagClassName
{
border-color: #5FFA00;
}
</style>