Shades of Bright Green #5BF90F
Tints of Bright Green #5BF90F
RGB
CMYK
RGB Variations
Color information
#5BF90F (or 0x5BF90F) is known color: Bright Green. HEX triplet: 5B, F9 and 0F. RGB value is (91,249,15). Sum of RGB (Red+Green+Blue) = 91+249+15=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 249 (97.66% from 255 or 70.14% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 249 - color contains mainly: green. Hex color #5BF90F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BF90F is #A406F0. Grayscale: #AFAFAF. Windows color (decimal): -10749681 or 1046875. OLE color: 1046875.
HSL color Cylindrical-coordinate representation of color #5BF90F: hue angle of 100.51º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5BF90F is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 249 | 15 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.02 |
| HSL | 100.51º | 0.95% | 0.52% | - |
| HSV(B) | 100.51º | 0.94% | 0.98% | - |
| XYZ | 38.28 | 70.01 | 11.95 | - |
| YUV | 175.08 | 37.65 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 249 | 15 | 0.63 | 0 | 0.94 | 0.02 | 100.51 | 0.95 | 0.52 |
| Hex | 5B | F9 | F | 3F | 0 | 5E | 2 | 65 | 5F | 34 |
| Octal | 133 | 371 | 17 | 77 | 0 | 136 | 2 | 145 | 137 | 64 |
| Binary | 1011011 | 11111001 | 1111 | 111111 | 0 | 1011110 | 10 | 1100101 | 1011111 | 110100 |
Color Harmonies of #5BF90F
Complementary color
Monochromatic Colors of #5BF90F
Black with #5BF90F
Text Example
Text Example
White with #5BF90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF90F; }
p { color: rgb(91,249,15); }
H1.HeaderClassName
{
color: #5BF90F;
}
.AnyTagClassName
{
color: #5BF90F;
}
</style>
background-color css
<style>
a { background-color: #5BF90F; }
a { background-color: rgb(91,249,15); }
div.DivClassName
{
background-color: #5BF90F;
}
.BgClassName
{
background-color: #5BF90F;
}
</style>
border-color css
<style>
span { border-color: #5BF90F; }
span { border-color: rgb(91,249,15); }
td.TdClassName
{
border-color: #5BF90F;
}
.TagClassName
{
border-color: #5BF90F;
}
</style>