Shades of Bright Green #5BFA0F
Tints of Bright Green #5BFA0F
RGB
CMYK
RGB Variations
Color information
#5BFA0F (or 0x5BFA0F) is known color: Bright Green. HEX triplet: 5B, FA and 0F. RGB value is (91,250,15). Sum of RGB (Red+Green+Blue) = 91+250+15=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 250 (98.05% from 255 or 70.22% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFA0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BFA0F is #A405F0. Grayscale: #B0B0B0. Windows color (decimal): -10749425 or 1047131. OLE color: 1047131.
HSL color Cylindrical-coordinate representation of color #5BFA0F: hue angle of 100.6º degrees, saturation: 0.96, 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 #5BFA0F is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 15 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.02 |
| HSL | 100.6º | 0.96% | 0.52% | - |
| HSV(B) | 100.6º | 0.94% | 0.98% | - |
| XYZ | 38.59 | 70.63 | 12.05 | - |
| YUV | 175.67 | 37.32 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 15 | 0.64 | 0 | 0.94 | 0.02 | 100.6 | 0.96 | 0.52 |
| Hex | 5B | FA | F | 40 | 0 | 5E | 2 | 65 | 60 | 34 |
| Octal | 133 | 372 | 17 | 100 | 0 | 136 | 2 | 145 | 140 | 64 |
| Binary | 1011011 | 11111010 | 1111 | 1000000 | 0 | 1011110 | 10 | 1100101 | 1100000 | 110100 |
Color Harmonies of #5BFA0F
Complementary color
Monochromatic Colors of #5BFA0F
Black with #5BFA0F
Text Example
Text Example
White with #5BFA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFA0F; }
p { color: rgb(91,250,15); }
H1.HeaderClassName
{
color: #5BFA0F;
}
.AnyTagClassName
{
color: #5BFA0F;
}
</style>
background-color css
<style>
a { background-color: #5BFA0F; }
a { background-color: rgb(91,250,15); }
div.DivClassName
{
background-color: #5BFA0F;
}
.BgClassName
{
background-color: #5BFA0F;
}
</style>
border-color css
<style>
span { border-color: #5BFA0F; }
span { border-color: rgb(91,250,15); }
td.TdClassName
{
border-color: #5BFA0F;
}
.TagClassName
{
border-color: #5BFA0F;
}
</style>