Shades of Bright Green #5BFE0C
Tints of Bright Green #5BFE0C
RGB
CMYK
RGB Variations
Color information
#5BFE0C (or 0x5BFE0C) is known color: Bright Green. HEX triplet: 5B, FE and 0C. RGB value is (91,254,12). Sum of RGB (Red+Green+Blue) = 91+254+12=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 254 (99.61% from 255 or 71.15% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFE0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BFE0C is #A401F3. Grayscale: #B2B2B2. Windows color (decimal): -10748404 or 851547. OLE color: 851547.
HSL color Cylindrical-coordinate representation of color #5BFE0C: hue angle of 100.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5BFE0C is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 12 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.00 |
| HSL | 100.41º | 0.99% | 0.52% | - |
| HSV(B) | 100.41º | 0.95% | 1% | - |
| XYZ | 39.82 | 73.13 | 12.37 | - |
| YUV | 177.68 | 34.5 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 12 | 0.64 | 0 | 0.95 | 0.00 | 100.41 | 0.99 | 0.52 |
| Hex | 5B | FE | C | 40 | 0 | 5F | 0 | 64 | 63 | 34 |
| Octal | 133 | 376 | 14 | 100 | 0 | 137 | 0 | 144 | 143 | 64 |
| Binary | 1011011 | 11111110 | 1100 | 1000000 | 0 | 1011111 | 0 | 1100100 | 1100011 | 110100 |
Color Harmonies of #5BFE0C
Complementary color
Monochromatic Colors of #5BFE0C
Black with #5BFE0C
Text Example
Text Example
White with #5BFE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFE0C; }
p { color: rgb(91,254,12); }
H1.HeaderClassName
{
color: #5BFE0C;
}
.AnyTagClassName
{
color: #5BFE0C;
}
</style>
background-color css
<style>
a { background-color: #5BFE0C; }
a { background-color: rgb(91,254,12); }
div.DivClassName
{
background-color: #5BFE0C;
}
.BgClassName
{
background-color: #5BFE0C;
}
</style>
border-color css
<style>
span { border-color: #5BFE0C; }
span { border-color: rgb(91,254,12); }
td.TdClassName
{
border-color: #5BFE0C;
}
.TagClassName
{
border-color: #5BFE0C;
}
</style>