Shades of Bright Green #5CE104
Tints of Bright Green #5CE104
RGB
CMYK
RGB Variations
Color information
#5CE104 (or 0x5CE104) is known color: Bright Green. HEX triplet: 5C, E1 and 04. RGB value is (92,225,4). Sum of RGB (Red+Green+Blue) = 92+225+4=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 225 (88.28% from 255 or 70.09% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 225 - color contains mainly: green. Hex color #5CE104 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CE104 is #A31EFB. Grayscale: #A0A0A0. Windows color (decimal): -10690300 or 319836. OLE color: 319836.
HSL color Cylindrical-coordinate representation of color #5CE104: hue angle of 96.11º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5CE104 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 225 | 4 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.12 |
| HSL | 96.11º | 0.97% | 0.45% | - |
| HSV(B) | 96.11º | 0.98% | 0.88% | - |
| XYZ | 31.36 | 56.13 | 9.3 | - |
| YUV | 160.04 | 39.94 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 225 | 4 | 0.59 | 0 | 0.98 | 0.12 | 96.11 | 0.97 | 0.45 |
| Hex | 5C | E1 | 4 | 3B | 0 | 62 | C | 60 | 61 | 2D |
| Octal | 134 | 341 | 4 | 73 | 0 | 142 | 14 | 140 | 141 | 55 |
| Binary | 1011100 | 11100001 | 100 | 111011 | 0 | 1100010 | 1100 | 1100000 | 1100001 | 101101 |
Color Harmonies of #5CE104
Complementary color
Monochromatic Colors of #5CE104
Black with #5CE104
Text Example
Text Example
White with #5CE104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE104; }
p { color: rgb(92,225,4); }
H1.HeaderClassName
{
color: #5CE104;
}
.AnyTagClassName
{
color: #5CE104;
}
</style>
background-color css
<style>
a { background-color: #5CE104; }
a { background-color: rgb(92,225,4); }
div.DivClassName
{
background-color: #5CE104;
}
.BgClassName
{
background-color: #5CE104;
}
</style>
border-color css
<style>
span { border-color: #5CE104; }
span { border-color: rgb(92,225,4); }
td.TdClassName
{
border-color: #5CE104;
}
.TagClassName
{
border-color: #5CE104;
}
</style>