Shades of Bright Green #5FEC1D
Tints of Bright Green #5FEC1D
RGB
CMYK
RGB Variations
Color information
#5FEC1D (or 0x5FEC1D) is known color: Bright Green. HEX triplet: 5F, EC and 1D. RGB value is (95,236,29). Sum of RGB (Red+Green+Blue) = 95+236+29=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 236 (92.58% from 255 or 65.56% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 236 - color contains mainly: green. Hex color #5FEC1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEC1D is #A013E2. Grayscale: #AAAAAA. Windows color (decimal): -10490851 or 1961055. OLE color: 1961055.
HSL color Cylindrical-coordinate representation of color #5FEC1D: hue angle of 100.87º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FEC1D is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 236 | 29 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.07 |
| HSL | 100.87º | 0.84% | 0.52% | - |
| HSV(B) | 100.87º | 0.88% | 0.93% | - |
| XYZ | 34.94 | 62.51 | 11.39 | - |
| YUV | 170.24 | 48.29 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 29 | 0.60 | 0 | 0.88 | 0.07 | 100.87 | 0.84 | 0.52 |
| Hex | 5F | EC | 1D | 3C | 0 | 58 | 7 | 65 | 54 | 34 |
| Octal | 137 | 354 | 35 | 74 | 0 | 130 | 7 | 145 | 124 | 64 |
| Binary | 1011111 | 11101100 | 11101 | 111100 | 0 | 1011000 | 111 | 1100101 | 1010100 | 110100 |
Color Harmonies of #5FEC1D
Complementary color
Monochromatic Colors of #5FEC1D
Black with #5FEC1D
Text Example
Text Example
White with #5FEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEC1D; }
p { color: rgb(95,236,29); }
H1.HeaderClassName
{
color: #5FEC1D;
}
.AnyTagClassName
{
color: #5FEC1D;
}
</style>
background-color css
<style>
a { background-color: #5FEC1D; }
a { background-color: rgb(95,236,29); }
div.DivClassName
{
background-color: #5FEC1D;
}
.BgClassName
{
background-color: #5FEC1D;
}
</style>
border-color css
<style>
span { border-color: #5FEC1D; }
span { border-color: rgb(95,236,29); }
td.TdClassName
{
border-color: #5FEC1D;
}
.TagClassName
{
border-color: #5FEC1D;
}
</style>