Shades of Bright Green #5BF226
Tints of Bright Green #5BF226
RGB
CMYK
RGB Variations
Color information
#5BF226 (or 0x5BF226) is known color: Bright Green. HEX triplet: 5B, F2 and 26. RGB value is (91,242,38). Sum of RGB (Red+Green+Blue) = 91+242+38=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #5BF226 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BF226 is #A40DD9. Grayscale: #AEAEAE. Windows color (decimal): -10751450 or 2552411. OLE color: 2552411.
HSL color Cylindrical-coordinate representation of color #5BF226: hue angle of 104.41º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5BF226 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 242 | 38 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.05 |
| HSL | 104.41º | 0.89% | 0.55% | - |
| HSV(B) | 104.41º | 0.84% | 0.95% | - |
| XYZ | 36.42 | 65.87 | 12.63 | - |
| YUV | 173.6 | 51.47 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 242 | 38 | 0.62 | 0 | 0.84 | 0.05 | 104.41 | 0.89 | 0.55 |
| Hex | 5B | F2 | 26 | 3E | 0 | 54 | 5 | 68 | 59 | 37 |
| Octal | 133 | 362 | 46 | 76 | 0 | 124 | 5 | 150 | 131 | 67 |
| Binary | 1011011 | 11110010 | 100110 | 111110 | 0 | 1010100 | 101 | 1101000 | 1011001 | 110111 |
Color Harmonies of #5BF226
Complementary color
Monochromatic Colors of #5BF226
Black with #5BF226
Text Example
Text Example
White with #5BF226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF226; }
p { color: rgb(91,242,38); }
H1.HeaderClassName
{
color: #5BF226;
}
.AnyTagClassName
{
color: #5BF226;
}
</style>
background-color css
<style>
a { background-color: #5BF226; }
a { background-color: rgb(91,242,38); }
div.DivClassName
{
background-color: #5BF226;
}
.BgClassName
{
background-color: #5BF226;
}
</style>
border-color css
<style>
span { border-color: #5BF226; }
span { border-color: rgb(91,242,38); }
td.TdClassName
{
border-color: #5BF226;
}
.TagClassName
{
border-color: #5BF226;
}
</style>