Shades of Bright Green #5FF011
Tints of Bright Green #5FF011
RGB
CMYK
RGB Variations
Color information
#5FF011 (or 0x5FF011) is known color: Bright Green. HEX triplet: 5F, F0 and 11. RGB value is (95,240,17). Sum of RGB (Red+Green+Blue) = 95+240+17=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF011 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF011 is #A00FEE. Grayscale: #ABABAB. Windows color (decimal): -10489839 or 1175647. OLE color: 1175647.
HSL color Cylindrical-coordinate representation of color #5FF011: hue angle of 99.01º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FF011 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 240 | 17 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.06 |
| HSL | 99.01º | 0.88% | 0.5% | - |
| HSV(B) | 99.01º | 0.93% | 0.94% | - |
| XYZ | 35.98 | 64.79 | 11.14 | - |
| YUV | 171.22 | 40.96 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 240 | 17 | 0.60 | 0 | 0.93 | 0.06 | 99.01 | 0.88 | 0.5 |
| Hex | 5F | F0 | 11 | 3C | 0 | 5D | 6 | 63 | 58 | 32 |
| Octal | 137 | 360 | 21 | 74 | 0 | 135 | 6 | 143 | 130 | 62 |
| Binary | 1011111 | 11110000 | 10001 | 111100 | 0 | 1011101 | 110 | 1100011 | 1011000 | 110010 |
Color Harmonies of #5FF011
Complementary color
Monochromatic Colors of #5FF011
Black with #5FF011
Text Example
Text Example
White with #5FF011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF011; }
p { color: rgb(95,240,17); }
H1.HeaderClassName
{
color: #5FF011;
}
.AnyTagClassName
{
color: #5FF011;
}
</style>
background-color css
<style>
a { background-color: #5FF011; }
a { background-color: rgb(95,240,17); }
div.DivClassName
{
background-color: #5FF011;
}
.BgClassName
{
background-color: #5FF011;
}
</style>
border-color css
<style>
span { border-color: #5FF011; }
span { border-color: rgb(95,240,17); }
td.TdClassName
{
border-color: #5FF011;
}
.TagClassName
{
border-color: #5FF011;
}
</style>