Shades of Bright Green #5FFF1F
Tints of Bright Green #5FFF1F
RGB
CMYK
RGB Variations
Color information
#5FFF1F (or 0x5FFF1F) is known color: Bright Green. HEX triplet: 5F, FF and 1F. RGB value is (95,255,31). Sum of RGB (Red+Green+Blue) = 95+255+31=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FFF1F is #A000E0. Grayscale: #B6B6B6. Windows color (decimal): -10485985 or 2096991. OLE color: 2096991.
HSL color Cylindrical-coordinate representation of color #5FFF1F: hue angle of 102.86º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FFF1F is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 31 | - |
| CMYK | 0.63 | 0 | 0.88 | 0 |
| HSL | 102.86º | 1% | 0.56% | - |
| HSV(B) | 102.86º | 0.88% | 1% | - |
| XYZ | 40.73 | 74.05 | 13.44 | - |
| YUV | 181.62 | 42.99 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 31 | 0.63 | 0 | 0.88 | 0 | 102.86 | 1 | 0.56 |
| Hex | 5F | FF | 1F | 3F | 0 | 58 | 0 | 67 | 64 | 38 |
| Octal | 137 | 377 | 37 | 77 | 0 | 130 | 0 | 147 | 144 | 70 |
| Binary | 1011111 | 11111111 | 11111 | 111111 | 0 | 1011000 | 0 | 1100111 | 1100100 | 111000 |
Color Harmonies of #5FFF1F
Complementary color
Monochromatic Colors of #5FFF1F
Black with #5FFF1F
Text Example
Text Example
White with #5FFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFF1F; }
p { color: rgb(95,255,31); }
H1.HeaderClassName
{
color: #5FFF1F;
}
.AnyTagClassName
{
color: #5FFF1F;
}
</style>
background-color css
<style>
a { background-color: #5FFF1F; }
a { background-color: rgb(95,255,31); }
div.DivClassName
{
background-color: #5FFF1F;
}
.BgClassName
{
background-color: #5FFF1F;
}
</style>
border-color css
<style>
span { border-color: #5FFF1F; }
span { border-color: rgb(95,255,31); }
td.TdClassName
{
border-color: #5FFF1F;
}
.TagClassName
{
border-color: #5FFF1F;
}
</style>