Shades of Bright Green #5FFF10
Tints of Bright Green #5FFF10
RGB
CMYK
RGB Variations
Color information
#5FFF10 (or 0x5FFF10) is known color: Bright Green. HEX triplet: 5F, FF and 10. RGB value is (95,255,16). Sum of RGB (Red+Green+Blue) = 95+255+16=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 255 (100% from 255 or 69.67% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFF10 is #A000EF. Grayscale: #B4B4B4. Windows color (decimal): -10486000 or 1113951. OLE color: 1113951.
HSL color Cylindrical-coordinate representation of color #5FFF10: hue angle of 100.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FFF10 is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 16 | - |
| CMYK | 0.63 | 0 | 0.94 | 0 |
| HSL | 100.17º | 1% | 0.53% | - |
| HSV(B) | 100.17º | 0.94% | 1% | - |
| XYZ | 40.57 | 73.99 | 12.63 | - |
| YUV | 179.91 | 35.49 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 16 | 0.63 | 0 | 0.94 | 0 | 100.17 | 1 | 0.53 |
| Hex | 5F | FF | 10 | 3F | 0 | 5E | 0 | 64 | 64 | 35 |
| Octal | 137 | 377 | 20 | 77 | 0 | 136 | 0 | 144 | 144 | 65 |
| Binary | 1011111 | 11111111 | 10000 | 111111 | 0 | 1011110 | 0 | 1100100 | 1100100 | 110101 |
Color Harmonies of #5FFF10
Complementary color
Monochromatic Colors of #5FFF10
Black with #5FFF10
Text Example
Text Example
White with #5FFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFF10; }
p { color: rgb(95,255,16); }
H1.HeaderClassName
{
color: #5FFF10;
}
.AnyTagClassName
{
color: #5FFF10;
}
</style>
background-color css
<style>
a { background-color: #5FFF10; }
a { background-color: rgb(95,255,16); }
div.DivClassName
{
background-color: #5FFF10;
}
.BgClassName
{
background-color: #5FFF10;
}
</style>
border-color css
<style>
span { border-color: #5FFF10; }
span { border-color: rgb(95,255,16); }
td.TdClassName
{
border-color: #5FFF10;
}
.TagClassName
{
border-color: #5FFF10;
}
</style>