Shades of Bright Green #5FE80B
Tints of Bright Green #5FE80B
RGB
CMYK
RGB Variations
Color information
#5FE80B (or 0x5FE80B) is known color: Bright Green. HEX triplet: 5F, E8 and 0B. RGB value is (95,232,11). Sum of RGB (Red+Green+Blue) = 95+232+11=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 232 (91.02% from 255 or 68.64% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 232 - color contains mainly: green. Hex color #5FE80B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FE80B is #A017F4. Grayscale: #A6A6A6. Windows color (decimal): -10491893 or 780383. OLE color: 780383.
HSL color Cylindrical-coordinate representation of color #5FE80B: hue angle of 97.19º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FE80B is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 232 | 11 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.09 |
| HSL | 97.19º | 0.91% | 0.48% | - |
| HSV(B) | 97.19º | 0.95% | 0.91% | - |
| XYZ | 33.64 | 60.17 | 10.16 | - |
| YUV | 165.84 | 40.61 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 232 | 11 | 0.59 | 0 | 0.95 | 0.09 | 97.19 | 0.91 | 0.48 |
| Hex | 5F | E8 | B | 3B | 0 | 5F | 9 | 61 | 5B | 30 |
| Octal | 137 | 350 | 13 | 73 | 0 | 137 | 11 | 141 | 133 | 60 |
| Binary | 1011111 | 11101000 | 1011 | 111011 | 0 | 1011111 | 1001 | 1100001 | 1011011 | 110000 |
Color Harmonies of #5FE80B
Complementary color
Monochromatic Colors of #5FE80B
Black with #5FE80B
Text Example
Text Example
White with #5FE80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE80B; }
p { color: rgb(95,232,11); }
H1.HeaderClassName
{
color: #5FE80B;
}
.AnyTagClassName
{
color: #5FE80B;
}
</style>
background-color css
<style>
a { background-color: #5FE80B; }
a { background-color: rgb(95,232,11); }
div.DivClassName
{
background-color: #5FE80B;
}
.BgClassName
{
background-color: #5FE80B;
}
</style>
border-color css
<style>
span { border-color: #5FE80B; }
span { border-color: rgb(95,232,11); }
td.TdClassName
{
border-color: #5FE80B;
}
.TagClassName
{
border-color: #5FE80B;
}
</style>