Shades of Bright Green #5CE401
Tints of Bright Green #5CE401
RGB
CMYK
RGB Variations
Color information
#5CE401 (or 0x5CE401) is known color: Bright Green. HEX triplet: 5C, E4 and 01. RGB value is (92,228,1). Sum of RGB (Red+Green+Blue) = 92+228+1=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 228 (89.45% from 255 or 71.03% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 228 - color contains mainly: green. Hex color #5CE401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CE401 is #A31BFE. Grayscale: #A2A2A2. Windows color (decimal): -10689535 or 123996. OLE color: 123996.
HSL color Cylindrical-coordinate representation of color #5CE401: hue angle of 95.95º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5CE401 is Cyan = 0.60, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 228 | 1 | - |
| CMYK | 0.60 | 0 | 1.00 | 0.11 |
| HSL | 95.95º | 0.99% | 0.45% | - |
| HSV(B) | 95.95º | 1% | 0.89% | - |
| XYZ | 32.16 | 57.76 | 9.48 | - |
| YUV | 161.46 | 37.44 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 228 | 1 | 0.60 | 0 | 1.00 | 0.11 | 95.95 | 0.99 | 0.45 |
| Hex | 5C | E4 | 1 | 3C | 0 | 64 | B | 60 | 63 | 2D |
| Octal | 134 | 344 | 1 | 74 | 0 | 144 | 13 | 140 | 143 | 55 |
| Binary | 1011100 | 11100100 | 1 | 111100 | 0 | 1100100 | 1011 | 1100000 | 1100011 | 101101 |
Color Harmonies of #5CE401
Complementary color
Monochromatic Colors of #5CE401
Black with #5CE401
Text Example
Text Example
White with #5CE401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE401; }
p { color: rgb(92,228,1); }
H1.HeaderClassName
{
color: #5CE401;
}
.AnyTagClassName
{
color: #5CE401;
}
</style>
background-color css
<style>
a { background-color: #5CE401; }
a { background-color: rgb(92,228,1); }
div.DivClassName
{
background-color: #5CE401;
}
.BgClassName
{
background-color: #5CE401;
}
</style>
border-color css
<style>
span { border-color: #5CE401; }
span { border-color: rgb(92,228,1); }
td.TdClassName
{
border-color: #5CE401;
}
.TagClassName
{
border-color: #5CE401;
}
</style>