Shades of Bright Green #5FD701
Tints of Bright Green #5FD701
RGB
CMYK
RGB Variations
Color information
#5FD701 (or 0x5FD701) is known color: Bright Green. HEX triplet: 5F, D7 and 01. RGB value is (95,215,1). Sum of RGB (Red+Green+Blue) = 95+215+1=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 215 (84.38% from 255 or 69.13% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD701 is #A028FE. Grayscale: #9B9B9B. Windows color (decimal): -10496255 or 120671. OLE color: 120671.
HSL color Cylindrical-coordinate representation of color #5FD701: hue angle of 93.64º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FD701 is Cyan = 0.56, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 215 | 1 | - |
| CMYK | 0.56 | 0 | 1.00 | 0.16 |
| HSL | 93.64º | 0.99% | 0.42% | - |
| HSV(B) | 93.64º | 1% | 0.84% | - |
| XYZ | 29.03 | 51.04 | 8.35 | - |
| YUV | 154.72 | 41.24 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 215 | 1 | 0.56 | 0 | 1.00 | 0.16 | 93.64 | 0.99 | 0.42 |
| Hex | 5F | D7 | 1 | 38 | 0 | 64 | 10 | 5E | 63 | 2A |
| Octal | 137 | 327 | 1 | 70 | 0 | 144 | 20 | 136 | 143 | 52 |
| Binary | 1011111 | 11010111 | 1 | 111000 | 0 | 1100100 | 10000 | 1011110 | 1100011 | 101010 |
Color Harmonies of #5FD701
Complementary color
Monochromatic Colors of #5FD701
Black with #5FD701
Text Example
Text Example
White with #5FD701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD701; }
p { color: rgb(95,215,1); }
H1.HeaderClassName
{
color: #5FD701;
}
.AnyTagClassName
{
color: #5FD701;
}
</style>
background-color css
<style>
a { background-color: #5FD701; }
a { background-color: rgb(95,215,1); }
div.DivClassName
{
background-color: #5FD701;
}
.BgClassName
{
background-color: #5FD701;
}
</style>
border-color css
<style>
span { border-color: #5FD701; }
span { border-color: rgb(95,215,1); }
td.TdClassName
{
border-color: #5FD701;
}
.TagClassName
{
border-color: #5FD701;
}
</style>