Shades of Bright Green #5FE70B
Tints of Bright Green #5FE70B
RGB
CMYK
RGB Variations
Color information
#5FE70B (or 0x5FE70B) is known color: Bright Green. HEX triplet: 5F, E7 and 0B. RGB value is (95,231,11). Sum of RGB (Red+Green+Blue) = 95+231+11=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 231 (90.62% from 255 or 68.55% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 231 - color contains mainly: green. Hex color #5FE70B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FE70B is #A018F4. Grayscale: #A6A6A6. Windows color (decimal): -10492149 or 780127. OLE color: 780127.
HSL color Cylindrical-coordinate representation of color #5FE70B: hue angle of 97.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FE70B is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 231 | 11 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.09 |
| HSL | 97.09º | 0.91% | 0.47% | - |
| HSV(B) | 97.09º | 0.95% | 0.91% | - |
| XYZ | 33.36 | 59.61 | 10.06 | - |
| YUV | 165.26 | 40.94 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 231 | 11 | 0.59 | 0 | 0.95 | 0.09 | 97.09 | 0.91 | 0.47 |
| Hex | 5F | E7 | B | 3B | 0 | 5F | 9 | 61 | 5B | 2F |
| Octal | 137 | 347 | 13 | 73 | 0 | 137 | 11 | 141 | 133 | 57 |
| Binary | 1011111 | 11100111 | 1011 | 111011 | 0 | 1011111 | 1001 | 1100001 | 1011011 | 101111 |
Color Harmonies of #5FE70B
Complementary color
Monochromatic Colors of #5FE70B
Black with #5FE70B
Text Example
Text Example
White with #5FE70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE70B; }
p { color: rgb(95,231,11); }
H1.HeaderClassName
{
color: #5FE70B;
}
.AnyTagClassName
{
color: #5FE70B;
}
</style>
background-color css
<style>
a { background-color: #5FE70B; }
a { background-color: rgb(95,231,11); }
div.DivClassName
{
background-color: #5FE70B;
}
.BgClassName
{
background-color: #5FE70B;
}
</style>
border-color css
<style>
span { border-color: #5FE70B; }
span { border-color: rgb(95,231,11); }
td.TdClassName
{
border-color: #5FE70B;
}
.TagClassName
{
border-color: #5FE70B;
}
</style>