Shades of Bright Green #5FFF1B
Tints of Bright Green #5FFF1B
RGB
CMYK
RGB Variations
Color information
#5FFF1B (or 0x5FFF1B) is known color: Bright Green. HEX triplet: 5F, FF and 1B. RGB value is (95,255,27). Sum of RGB (Red+Green+Blue) = 95+255+27=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FFF1B is #A000E4. Grayscale: #B5B5B5. Windows color (decimal): -10485989 or 1834847. OLE color: 1834847.
HSL color Cylindrical-coordinate representation of color #5FFF1B: hue angle of 102.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5FFF1B is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 27 | - |
| CMYK | 0.63 | 0 | 0.89 | 0 |
| HSL | 102.11º | 1% | 0.55% | - |
| HSV(B) | 102.11º | 0.89% | 1% | - |
| XYZ | 40.68 | 74.03 | 13.18 | - |
| YUV | 181.17 | 40.99 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 27 | 0.63 | 0 | 0.89 | 0 | 102.11 | 1 | 0.55 |
| Hex | 5F | FF | 1B | 3F | 0 | 59 | 0 | 66 | 64 | 37 |
| Octal | 137 | 377 | 33 | 77 | 0 | 131 | 0 | 146 | 144 | 67 |
| Binary | 1011111 | 11111111 | 11011 | 111111 | 0 | 1011001 | 0 | 1100110 | 1100100 | 110111 |
Color Harmonies of #5FFF1B
Complementary color
Monochromatic Colors of #5FFF1B
Black with #5FFF1B
Text Example
Text Example
White with #5FFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFF1B; }
p { color: rgb(95,255,27); }
H1.HeaderClassName
{
color: #5FFF1B;
}
.AnyTagClassName
{
color: #5FFF1B;
}
</style>
background-color css
<style>
a { background-color: #5FFF1B; }
a { background-color: rgb(95,255,27); }
div.DivClassName
{
background-color: #5FFF1B;
}
.BgClassName
{
background-color: #5FFF1B;
}
</style>
border-color css
<style>
span { border-color: #5FFF1B; }
span { border-color: rgb(95,255,27); }
td.TdClassName
{
border-color: #5FFF1B;
}
.TagClassName
{
border-color: #5FFF1B;
}
</style>