Shades of Bright Green #5FEC0C
Tints of Bright Green #5FEC0C
RGB
CMYK
RGB Variations
Color information
#5FEC0C (or 0x5FEC0C) is known color: Bright Green. HEX triplet: 5F, EC and 0C. RGB value is (95,236,12). Sum of RGB (Red+Green+Blue) = 95+236+12=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 236 (92.58% from 255 or 68.80% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 236 - color contains mainly: green. Hex color #5FEC0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEC0C is #A013F3. Grayscale: #A9A9A9. Windows color (decimal): -10490868 or 846943. OLE color: 846943.
HSL color Cylindrical-coordinate representation of color #5FEC0C: hue angle of 97.77º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FEC0C is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 236 | 12 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.07 |
| HSL | 97.77º | 0.9% | 0.49% | - |
| HSV(B) | 97.77º | 0.95% | 0.93% | - |
| XYZ | 34.78 | 62.45 | 10.57 | - |
| YUV | 168.31 | 39.79 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 12 | 0.60 | 0 | 0.95 | 0.07 | 97.77 | 0.9 | 0.49 |
| Hex | 5F | EC | C | 3C | 0 | 5F | 7 | 62 | 5A | 31 |
| Octal | 137 | 354 | 14 | 74 | 0 | 137 | 7 | 142 | 132 | 61 |
| Binary | 1011111 | 11101100 | 1100 | 111100 | 0 | 1011111 | 111 | 1100010 | 1011010 | 110001 |
Color Harmonies of #5FEC0C
Complementary color
Monochromatic Colors of #5FEC0C
Black with #5FEC0C
Text Example
Text Example
White with #5FEC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEC0C; }
p { color: rgb(95,236,12); }
H1.HeaderClassName
{
color: #5FEC0C;
}
.AnyTagClassName
{
color: #5FEC0C;
}
</style>
background-color css
<style>
a { background-color: #5FEC0C; }
a { background-color: rgb(95,236,12); }
div.DivClassName
{
background-color: #5FEC0C;
}
.BgClassName
{
background-color: #5FEC0C;
}
</style>
border-color css
<style>
span { border-color: #5FEC0C; }
span { border-color: rgb(95,236,12); }
td.TdClassName
{
border-color: #5FEC0C;
}
.TagClassName
{
border-color: #5FEC0C;
}
</style>