Shades of Bright Green #5FEF08
Tints of Bright Green #5FEF08
RGB
CMYK
RGB Variations
Color information
#5FEF08 (or 0x5FEF08) is known color: Bright Green. HEX triplet: 5F, EF and 08. RGB value is (95,239,8). Sum of RGB (Red+Green+Blue) = 95+239+8=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 239 (93.75% from 255 or 69.88% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEF08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEF08 is #A010F7. Grayscale: #AAAAAA. Windows color (decimal): -10490104 or 585567. OLE color: 585567.
HSL color Cylindrical-coordinate representation of color #5FEF08: hue angle of 97.4º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FEF08 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 8 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.06 |
| HSL | 97.4º | 0.94% | 0.48% | - |
| HSV(B) | 97.4º | 0.97% | 0.94% | - |
| XYZ | 35.63 | 64.18 | 10.74 | - |
| YUV | 169.61 | 36.79 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 8 | 0.60 | 0 | 0.97 | 0.06 | 97.4 | 0.94 | 0.48 |
| Hex | 5F | EF | 8 | 3C | 0 | 61 | 6 | 61 | 5E | 30 |
| Octal | 137 | 357 | 10 | 74 | 0 | 141 | 6 | 141 | 136 | 60 |
| Binary | 1011111 | 11101111 | 1000 | 111100 | 0 | 1100001 | 110 | 1100001 | 1011110 | 110000 |
Color Harmonies of #5FEF08
Complementary color
Monochromatic Colors of #5FEF08
Black with #5FEF08
Text Example
Text Example
White with #5FEF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEF08; }
p { color: rgb(95,239,8); }
H1.HeaderClassName
{
color: #5FEF08;
}
.AnyTagClassName
{
color: #5FEF08;
}
</style>
background-color css
<style>
a { background-color: #5FEF08; }
a { background-color: rgb(95,239,8); }
div.DivClassName
{
background-color: #5FEF08;
}
.BgClassName
{
background-color: #5FEF08;
}
</style>
border-color css
<style>
span { border-color: #5FEF08; }
span { border-color: rgb(95,239,8); }
td.TdClassName
{
border-color: #5FEF08;
}
.TagClassName
{
border-color: #5FEF08;
}
</style>