Shades of Bright Green #5CF50D
Tints of Bright Green #5CF50D
RGB
CMYK
RGB Variations
Color information
#5CF50D (or 0x5CF50D) is known color: Bright Green. HEX triplet: 5C, F5 and 0D. RGB value is (92,245,13). Sum of RGB (Red+Green+Blue) = 92+245+13=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 245 (96.09% from 255 or 70% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 245 - color contains mainly: green. Hex color #5CF50D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF50D is #A30AF2. Grayscale: #ADADAD. Windows color (decimal): -10685171 or 914780. OLE color: 914780.
HSL color Cylindrical-coordinate representation of color #5CF50D: hue angle of 99.57º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5CF50D is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 245 | 13 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.04 |
| HSL | 99.57º | 0.92% | 0.51% | - |
| HSV(B) | 99.57º | 0.95% | 0.96% | - |
| XYZ | 37.14 | 67.61 | 11.47 | - |
| YUV | 172.81 | 37.81 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 245 | 13 | 0.62 | 0 | 0.95 | 0.04 | 99.57 | 0.92 | 0.51 |
| Hex | 5C | F5 | D | 3E | 0 | 5F | 4 | 64 | 5C | 33 |
| Octal | 134 | 365 | 15 | 76 | 0 | 137 | 4 | 144 | 134 | 63 |
| Binary | 1011100 | 11110101 | 1101 | 111110 | 0 | 1011111 | 100 | 1100100 | 1011100 | 110011 |
Color Harmonies of #5CF50D
Complementary color
Monochromatic Colors of #5CF50D
Black with #5CF50D
Text Example
Text Example
White with #5CF50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF50D; }
p { color: rgb(92,245,13); }
H1.HeaderClassName
{
color: #5CF50D;
}
.AnyTagClassName
{
color: #5CF50D;
}
</style>
background-color css
<style>
a { background-color: #5CF50D; }
a { background-color: rgb(92,245,13); }
div.DivClassName
{
background-color: #5CF50D;
}
.BgClassName
{
background-color: #5CF50D;
}
</style>
border-color css
<style>
span { border-color: #5CF50D; }
span { border-color: rgb(92,245,13); }
td.TdClassName
{
border-color: #5CF50D;
}
.TagClassName
{
border-color: #5CF50D;
}
</style>