Shades of Bright Green #5CF500
Tints of Bright Green #5CF500
RGB
CMYK
RGB Variations
Color information
#5CF500 (or 0x5CF500) is known color: Bright Green. HEX triplet: 5C, F5 and 00. RGB value is (92,245,0). Sum of RGB (Red+Green+Blue) = 92+245+0=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 245 (96.09% from 255 or 72.70% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 245 - color contains mainly: green. Hex color #5CF500 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF500 is #A30AFF. Grayscale: #ACACAC. Windows color (decimal): -10685184 or 62812. OLE color: 62812.
HSL color Cylindrical-coordinate representation of color #5CF500: hue angle of 97.47º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5CF500 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 245 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.04 |
| HSL | 97.47º | 1% | 0.48% | - |
| HSV(B) | 97.47º | 1% | 0.96% | - |
| XYZ | 37.07 | 67.58 | 11.09 | - |
| YUV | 171.32 | 31.31 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 245 | 0 | 0.62 | 0 | 1 | 0.04 | 97.47 | 1 | 0.48 |
| Hex | 5C | F5 | 0 | 3E | 0 | 64 | 4 | 61 | 64 | 30 |
| Octal | 134 | 365 | 0 | 76 | 0 | 144 | 4 | 141 | 144 | 60 |
| Binary | 1011100 | 11110101 | 0 | 111110 | 0 | 1100100 | 100 | 1100001 | 1100100 | 110000 |
Color Harmonies of #5CF500
Complementary color
Monochromatic Colors of #5CF500
Black with #5CF500
Text Example
Text Example
White with #5CF500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF500; }
p { color: rgb(92,245,0); }
H1.HeaderClassName
{
color: #5CF500;
}
.AnyTagClassName
{
color: #5CF500;
}
</style>
background-color css
<style>
a { background-color: #5CF500; }
a { background-color: rgb(92,245,0); }
div.DivClassName
{
background-color: #5CF500;
}
.BgClassName
{
background-color: #5CF500;
}
</style>
border-color css
<style>
span { border-color: #5CF500; }
span { border-color: rgb(92,245,0); }
td.TdClassName
{
border-color: #5CF500;
}
.TagClassName
{
border-color: #5CF500;
}
</style>