Shades of Bright Green #5BFD1F
Tints of Bright Green #5BFD1F
RGB
CMYK
RGB Variations
Color information
#5BFD1F (or 0x5BFD1F) is known color: Bright Green. HEX triplet: 5B, FD and 1F. RGB value is (91,253,31). Sum of RGB (Red+Green+Blue) = 91+253+31=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 253 (99.22% from 255 or 67.47% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFD1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BFD1F is #A402E0. Grayscale: #B3B3B3. Windows color (decimal): -10748641 or 2096475. OLE color: 2096475.
HSL color Cylindrical-coordinate representation of color #5BFD1F: hue angle of 103.78º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5BFD1F is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 31 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.01 |
| HSL | 103.78º | 0.98% | 0.56% | - |
| HSV(B) | 103.78º | 0.88% | 0.99% | - |
| XYZ | 39.69 | 72.57 | 13.21 | - |
| YUV | 179.25 | 44.33 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 31 | 0.64 | 0 | 0.88 | 0.01 | 103.78 | 0.98 | 0.56 |
| Hex | 5B | FD | 1F | 40 | 0 | 58 | 1 | 68 | 62 | 38 |
| Octal | 133 | 375 | 37 | 100 | 0 | 130 | 1 | 150 | 142 | 70 |
| Binary | 1011011 | 11111101 | 11111 | 1000000 | 0 | 1011000 | 1 | 1101000 | 1100010 | 111000 |
Color Harmonies of #5BFD1F
Complementary color
Monochromatic Colors of #5BFD1F
Black with #5BFD1F
Text Example
Text Example
White with #5BFD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFD1F; }
p { color: rgb(91,253,31); }
H1.HeaderClassName
{
color: #5BFD1F;
}
.AnyTagClassName
{
color: #5BFD1F;
}
</style>
background-color css
<style>
a { background-color: #5BFD1F; }
a { background-color: rgb(91,253,31); }
div.DivClassName
{
background-color: #5BFD1F;
}
.BgClassName
{
background-color: #5BFD1F;
}
</style>
border-color css
<style>
span { border-color: #5BFD1F; }
span { border-color: rgb(91,253,31); }
td.TdClassName
{
border-color: #5BFD1F;
}
.TagClassName
{
border-color: #5BFD1F;
}
</style>