Shades of Bright Green #5CFD00
Tints of Bright Green #5CFD00
RGB
CMYK
RGB Variations
Color information
#5CFD00 (or 0x5CFD00) is known color: Bright Green. HEX triplet: 5C, FD and 00. RGB value is (92,253,0). Sum of RGB (Red+Green+Blue) = 92+253+0=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 253 (99.22% from 255 or 73.33% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFD00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CFD00 is #A302FF. Grayscale: #B0B0B0. Windows color (decimal): -10683136 or 64860. OLE color: 64860.
HSL color Cylindrical-coordinate representation of color #5CFD00: hue angle of 98.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5CFD00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 253 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.01 |
| HSL | 98.18º | 1% | 0.5% | - |
| HSV(B) | 98.18º | 1% | 0.99% | - |
| XYZ | 39.54 | 72.53 | 11.91 | - |
| YUV | 176.02 | 28.66 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 253 | 0 | 0.64 | 0 | 1 | 0.01 | 98.18 | 1 | 0.5 |
| Hex | 5C | FD | 0 | 40 | 0 | 64 | 1 | 62 | 64 | 32 |
| Octal | 134 | 375 | 0 | 100 | 0 | 144 | 1 | 142 | 144 | 62 |
| Binary | 1011100 | 11111101 | 0 | 1000000 | 0 | 1100100 | 1 | 1100010 | 1100100 | 110010 |
Color Harmonies of #5CFD00
Complementary color
Monochromatic Colors of #5CFD00
Black with #5CFD00
Text Example
Text Example
White with #5CFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFD00; }
p { color: rgb(92,253,0); }
H1.HeaderClassName
{
color: #5CFD00;
}
.AnyTagClassName
{
color: #5CFD00;
}
</style>
background-color css
<style>
a { background-color: #5CFD00; }
a { background-color: rgb(92,253,0); }
div.DivClassName
{
background-color: #5CFD00;
}
.BgClassName
{
background-color: #5CFD00;
}
</style>
border-color css
<style>
span { border-color: #5CFD00; }
span { border-color: rgb(92,253,0); }
td.TdClassName
{
border-color: #5CFD00;
}
.TagClassName
{
border-color: #5CFD00;
}
</style>