Shades of Bright Green #5BF326
Tints of Bright Green #5BF326
RGB
CMYK
RGB Variations
Color information
#5BF326 (or 0x5BF326) is known color: Bright Green. HEX triplet: 5B, F3 and 26. RGB value is (91,243,38). Sum of RGB (Red+Green+Blue) = 91+243+38=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 243 (95.31% from 255 or 65.32% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 243 - color contains mainly: green. Hex color #5BF326 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BF326 is #A40CD9. Grayscale: #AEAEAE. Windows color (decimal): -10751194 or 2552667. OLE color: 2552667.
HSL color Cylindrical-coordinate representation of color #5BF326: hue angle of 104.49º degrees, saturation: 0.9, 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 #5BF326 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 243 | 38 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.05 |
| HSL | 104.49º | 0.9% | 0.55% | - |
| HSV(B) | 104.49º | 0.84% | 0.95% | - |
| XYZ | 36.71 | 66.47 | 12.73 | - |
| YUV | 174.18 | 51.14 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 243 | 38 | 0.63 | 0 | 0.84 | 0.05 | 104.49 | 0.9 | 0.55 |
| Hex | 5B | F3 | 26 | 3F | 0 | 54 | 5 | 68 | 5A | 37 |
| Octal | 133 | 363 | 46 | 77 | 0 | 124 | 5 | 150 | 132 | 67 |
| Binary | 1011011 | 11110011 | 100110 | 111111 | 0 | 1010100 | 101 | 1101000 | 1011010 | 110111 |
Color Harmonies of #5BF326
Complementary color
Monochromatic Colors of #5BF326
Black with #5BF326
Text Example
Text Example
White with #5BF326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF326; }
p { color: rgb(91,243,38); }
H1.HeaderClassName
{
color: #5BF326;
}
.AnyTagClassName
{
color: #5BF326;
}
</style>
background-color css
<style>
a { background-color: #5BF326; }
a { background-color: rgb(91,243,38); }
div.DivClassName
{
background-color: #5BF326;
}
.BgClassName
{
background-color: #5BF326;
}
</style>
border-color css
<style>
span { border-color: #5BF326; }
span { border-color: rgb(91,243,38); }
td.TdClassName
{
border-color: #5BF326;
}
.TagClassName
{
border-color: #5BF326;
}
</style>