Shades of Bright Green #5BFE1A
Tints of Bright Green #5BFE1A
RGB
CMYK
RGB Variations
Color information
#5BFE1A (or 0x5BFE1A) is known color: Bright Green. HEX triplet: 5B, FE and 1A. RGB value is (91,254,26). Sum of RGB (Red+Green+Blue) = 91+254+26=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFE1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BFE1A is #A401E5. Grayscale: #B4B4B4. Windows color (decimal): -10748390 or 1769051. OLE color: 1769051.
HSL color Cylindrical-coordinate representation of color #5BFE1A: hue angle of 102.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5BFE1A is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 26 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.00 |
| HSL | 102.89º | 0.99% | 0.55% | - |
| HSV(B) | 102.89º | 0.9% | 1% | - |
| XYZ | 39.94 | 73.18 | 13 | - |
| YUV | 179.27 | 41.5 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 26 | 0.64 | 0 | 0.90 | 0.00 | 102.89 | 0.99 | 0.55 |
| Hex | 5B | FE | 1A | 40 | 0 | 5A | 0 | 67 | 63 | 37 |
| Octal | 133 | 376 | 32 | 100 | 0 | 132 | 0 | 147 | 143 | 67 |
| Binary | 1011011 | 11111110 | 11010 | 1000000 | 0 | 1011010 | 0 | 1100111 | 1100011 | 110111 |
Color Harmonies of #5BFE1A
Complementary color
Monochromatic Colors of #5BFE1A
Black with #5BFE1A
Text Example
Text Example
White with #5BFE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFE1A; }
p { color: rgb(91,254,26); }
H1.HeaderClassName
{
color: #5BFE1A;
}
.AnyTagClassName
{
color: #5BFE1A;
}
</style>
background-color css
<style>
a { background-color: #5BFE1A; }
a { background-color: rgb(91,254,26); }
div.DivClassName
{
background-color: #5BFE1A;
}
.BgClassName
{
background-color: #5BFE1A;
}
</style>
border-color css
<style>
span { border-color: #5BFE1A; }
span { border-color: rgb(91,254,26); }
td.TdClassName
{
border-color: #5BFE1A;
}
.TagClassName
{
border-color: #5BFE1A;
}
</style>