Shades of Bright Green #5FFF08
Tints of Bright Green #5FFF08
RGB
CMYK
RGB Variations
Color information
#5FFF08 (or 0x5FFF08) is known color: Bright Green. HEX triplet: 5F, FF and 08. RGB value is (95,255,8). Sum of RGB (Red+Green+Blue) = 95+255+8=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFF08 is #A000F7. Grayscale: #B3B3B3. Windows color (decimal): -10486008 or 589663. OLE color: 589663.
HSL color Cylindrical-coordinate representation of color #5FFF08: hue angle of 98.87º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FFF08 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 8 | - |
| CMYK | 0.63 | 0 | 0.97 | 0 |
| HSL | 98.87º | 1% | 0.52% | - |
| HSV(B) | 98.87º | 0.97% | 1% | - |
| XYZ | 40.52 | 73.97 | 12.37 | - |
| YUV | 179 | 31.49 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 8 | 0.63 | 0 | 0.97 | 0 | 98.87 | 1 | 0.52 |
| Hex | 5F | FF | 8 | 3F | 0 | 61 | 0 | 63 | 64 | 34 |
| Octal | 137 | 377 | 10 | 77 | 0 | 141 | 0 | 143 | 144 | 64 |
| Binary | 1011111 | 11111111 | 1000 | 111111 | 0 | 1100001 | 0 | 1100011 | 1100100 | 110100 |
Color Harmonies of #5FFF08
Complementary color
Monochromatic Colors of #5FFF08
Black with #5FFF08
Text Example
Text Example
White with #5FFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFF08; }
p { color: rgb(95,255,8); }
H1.HeaderClassName
{
color: #5FFF08;
}
.AnyTagClassName
{
color: #5FFF08;
}
</style>
background-color css
<style>
a { background-color: #5FFF08; }
a { background-color: rgb(95,255,8); }
div.DivClassName
{
background-color: #5FFF08;
}
.BgClassName
{
background-color: #5FFF08;
}
</style>
border-color css
<style>
span { border-color: #5FFF08; }
span { border-color: rgb(95,255,8); }
td.TdClassName
{
border-color: #5FFF08;
}
.TagClassName
{
border-color: #5FFF08;
}
</style>