Shades of Bright Green #5FF80B
Tints of Bright Green #5FF80B
RGB
CMYK
RGB Variations
Color information
#5FF80B (or 0x5FF80B) is known color: Bright Green. HEX triplet: 5F, F8 and 0B. RGB value is (95,248,11). Sum of RGB (Red+Green+Blue) = 95+248+11=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 248 (97.27% from 255 or 70.06% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 248 - color contains mainly: green. Hex color #5FF80B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF80B is #A007F4. Grayscale: #B0B0B0. Windows color (decimal): -10487797 or 784479. OLE color: 784479.
HSL color Cylindrical-coordinate representation of color #5FF80B: hue angle of 98.73º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FF80B is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 248 | 11 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.03 |
| HSL | 98.73º | 0.94% | 0.51% | - |
| HSV(B) | 98.73º | 0.96% | 0.97% | - |
| XYZ | 38.35 | 69.59 | 11.73 | - |
| YUV | 175.24 | 35.31 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 248 | 11 | 0.62 | 0 | 0.96 | 0.03 | 98.73 | 0.94 | 0.51 |
| Hex | 5F | F8 | B | 3E | 0 | 60 | 3 | 63 | 5E | 33 |
| Octal | 137 | 370 | 13 | 76 | 0 | 140 | 3 | 143 | 136 | 63 |
| Binary | 1011111 | 11111000 | 1011 | 111110 | 0 | 1100000 | 11 | 1100011 | 1011110 | 110011 |
Color Harmonies of #5FF80B
Complementary color
Monochromatic Colors of #5FF80B
Black with #5FF80B
Text Example
Text Example
White with #5FF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF80B; }
p { color: rgb(95,248,11); }
H1.HeaderClassName
{
color: #5FF80B;
}
.AnyTagClassName
{
color: #5FF80B;
}
</style>
background-color css
<style>
a { background-color: #5FF80B; }
a { background-color: rgb(95,248,11); }
div.DivClassName
{
background-color: #5FF80B;
}
.BgClassName
{
background-color: #5FF80B;
}
</style>
border-color css
<style>
span { border-color: #5FF80B; }
span { border-color: rgb(95,248,11); }
td.TdClassName
{
border-color: #5FF80B;
}
.TagClassName
{
border-color: #5FF80B;
}
</style>