Shades of Bright Green #5FFB06
Tints of Bright Green #5FFB06
RGB
CMYK
RGB Variations
Color information
#5FFB06 (or 0x5FFB06) is known color: Bright Green. HEX triplet: 5F, FB and 06. RGB value is (95,251,6). Sum of RGB (Red+Green+Blue) = 95+251+6=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 251 (98.44% from 255 or 71.31% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFB06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFB06 is #A004F9. Grayscale: #B1B1B1. Windows color (decimal): -10487034 or 457567. OLE color: 457567.
HSL color Cylindrical-coordinate representation of color #5FFB06: hue angle of 98.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FFB06 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 6 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.02 |
| HSL | 98.2º | 0.97% | 0.5% | - |
| HSV(B) | 98.2º | 0.98% | 0.98% | - |
| XYZ | 39.25 | 71.44 | 11.89 | - |
| YUV | 176.43 | 31.82 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 6 | 0.62 | 0 | 0.98 | 0.02 | 98.2 | 0.97 | 0.5 |
| Hex | 5F | FB | 6 | 3E | 0 | 62 | 2 | 62 | 61 | 32 |
| Octal | 137 | 373 | 6 | 76 | 0 | 142 | 2 | 142 | 141 | 62 |
| Binary | 1011111 | 11111011 | 110 | 111110 | 0 | 1100010 | 10 | 1100010 | 1100001 | 110010 |
Color Harmonies of #5FFB06
Complementary color
Monochromatic Colors of #5FFB06
Black with #5FFB06
Text Example
Text Example
White with #5FFB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFB06; }
p { color: rgb(95,251,6); }
H1.HeaderClassName
{
color: #5FFB06;
}
.AnyTagClassName
{
color: #5FFB06;
}
</style>
background-color css
<style>
a { background-color: #5FFB06; }
a { background-color: rgb(95,251,6); }
div.DivClassName
{
background-color: #5FFB06;
}
.BgClassName
{
background-color: #5FFB06;
}
</style>
border-color css
<style>
span { border-color: #5FFB06; }
span { border-color: rgb(95,251,6); }
td.TdClassName
{
border-color: #5FFB06;
}
.TagClassName
{
border-color: #5FFB06;
}
</style>