Shades of Bright Green #5FE706
Tints of Bright Green #5FE706
RGB
CMYK
RGB Variations
Color information
#5FE706 (or 0x5FE706) is known color: Bright Green. HEX triplet: 5F, E7 and 06. RGB value is (95,231,6). Sum of RGB (Red+Green+Blue) = 95+231+6=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 231 (90.62% from 255 or 69.58% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 231 - color contains mainly: green. Hex color #5FE706 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FE706 is #A018F9. Grayscale: #A5A5A5. Windows color (decimal): -10492154 or 452447. OLE color: 452447.
HSL color Cylindrical-coordinate representation of color #5FE706: hue angle of 96.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FE706 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 231 | 6 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.09 |
| HSL | 96.27º | 0.95% | 0.46% | - |
| HSV(B) | 96.27º | 0.97% | 0.91% | - |
| XYZ | 33.33 | 59.6 | 9.92 | - |
| YUV | 164.69 | 38.44 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 231 | 6 | 0.59 | 0 | 0.97 | 0.09 | 96.27 | 0.95 | 0.46 |
| Hex | 5F | E7 | 6 | 3B | 0 | 61 | 9 | 60 | 5F | 2E |
| Octal | 137 | 347 | 6 | 73 | 0 | 141 | 11 | 140 | 137 | 56 |
| Binary | 1011111 | 11100111 | 110 | 111011 | 0 | 1100001 | 1001 | 1100000 | 1011111 | 101110 |
Color Harmonies of #5FE706
Complementary color
Monochromatic Colors of #5FE706
Black with #5FE706
Text Example
Text Example
White with #5FE706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE706; }
p { color: rgb(95,231,6); }
H1.HeaderClassName
{
color: #5FE706;
}
.AnyTagClassName
{
color: #5FE706;
}
</style>
background-color css
<style>
a { background-color: #5FE706; }
a { background-color: rgb(95,231,6); }
div.DivClassName
{
background-color: #5FE706;
}
.BgClassName
{
background-color: #5FE706;
}
</style>
border-color css
<style>
span { border-color: #5FE706; }
span { border-color: rgb(95,231,6); }
td.TdClassName
{
border-color: #5FE706;
}
.TagClassName
{
border-color: #5FE706;
}
</style>