Shades of Bright Green #5BFF1C
Tints of Bright Green #5BFF1C
RGB
CMYK
RGB Variations
Color information
#5BFF1C (or 0x5BFF1C) is known color: Bright Green. HEX triplet: 5B, FF and 1C. RGB value is (91,255,28). Sum of RGB (Red+Green+Blue) = 91+255+28=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BFF1C is #A400E3. Grayscale: #B4B4B4. Windows color (decimal): -10748132 or 1900379. OLE color: 1900379.
HSL color Cylindrical-coordinate representation of color #5BFF1C: hue angle of 103.35º 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 #5BFF1C is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 28 | - |
| CMYK | 0.64 | 0 | 0.89 | 0 |
| HSL | 103.35º | 1% | 0.55% | - |
| HSV(B) | 103.35º | 0.89% | 1% | - |
| XYZ | 40.28 | 73.83 | 13.23 | - |
| YUV | 180.09 | 42.17 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 28 | 0.64 | 0 | 0.89 | 0 | 103.35 | 1 | 0.55 |
| Hex | 5B | FF | 1C | 40 | 0 | 59 | 0 | 67 | 64 | 37 |
| Octal | 133 | 377 | 34 | 100 | 0 | 131 | 0 | 147 | 144 | 67 |
| Binary | 1011011 | 11111111 | 11100 | 1000000 | 0 | 1011001 | 0 | 1100111 | 1100100 | 110111 |
Color Harmonies of #5BFF1C
Complementary color
Monochromatic Colors of #5BFF1C
Black with #5BFF1C
Text Example
Text Example
White with #5BFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFF1C; }
p { color: rgb(91,255,28); }
H1.HeaderClassName
{
color: #5BFF1C;
}
.AnyTagClassName
{
color: #5BFF1C;
}
</style>
background-color css
<style>
a { background-color: #5BFF1C; }
a { background-color: rgb(91,255,28); }
div.DivClassName
{
background-color: #5BFF1C;
}
.BgClassName
{
background-color: #5BFF1C;
}
</style>
border-color css
<style>
span { border-color: #5BFF1C; }
span { border-color: rgb(91,255,28); }
td.TdClassName
{
border-color: #5BFF1C;
}
.TagClassName
{
border-color: #5BFF1C;
}
</style>