Shades of Bright Green #5FEC0D
Tints of Bright Green #5FEC0D
RGB
CMYK
RGB Variations
Color information
#5FEC0D (or 0x5FEC0D) is known color: Bright Green. HEX triplet: 5F, EC and 0D. RGB value is (95,236,13). Sum of RGB (Red+Green+Blue) = 95+236+13=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 236 (92.58% from 255 or 68.60% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 236 - color contains mainly: green. Hex color #5FEC0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEC0D is #A013F2. Grayscale: #A9A9A9. Windows color (decimal): -10490867 or 912479. OLE color: 912479.
HSL color Cylindrical-coordinate representation of color #5FEC0D: hue angle of 97.94º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FEC0D is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 236 | 13 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.07 |
| HSL | 97.94º | 0.9% | 0.49% | - |
| HSV(B) | 97.94º | 0.94% | 0.93% | - |
| XYZ | 34.79 | 62.45 | 10.6 | - |
| YUV | 168.42 | 40.29 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 13 | 0.60 | 0 | 0.94 | 0.07 | 97.94 | 0.9 | 0.49 |
| Hex | 5F | EC | D | 3C | 0 | 5E | 7 | 62 | 5A | 31 |
| Octal | 137 | 354 | 15 | 74 | 0 | 136 | 7 | 142 | 132 | 61 |
| Binary | 1011111 | 11101100 | 1101 | 111100 | 0 | 1011110 | 111 | 1100010 | 1011010 | 110001 |
Color Harmonies of #5FEC0D
Complementary color
Monochromatic Colors of #5FEC0D
Black with #5FEC0D
Text Example
Text Example
White with #5FEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEC0D; }
p { color: rgb(95,236,13); }
H1.HeaderClassName
{
color: #5FEC0D;
}
.AnyTagClassName
{
color: #5FEC0D;
}
</style>
background-color css
<style>
a { background-color: #5FEC0D; }
a { background-color: rgb(95,236,13); }
div.DivClassName
{
background-color: #5FEC0D;
}
.BgClassName
{
background-color: #5FEC0D;
}
</style>
border-color css
<style>
span { border-color: #5FEC0D; }
span { border-color: rgb(95,236,13); }
td.TdClassName
{
border-color: #5FEC0D;
}
.TagClassName
{
border-color: #5FEC0D;
}
</style>