Shades of Bright Green #5CE114
Tints of Bright Green #5CE114
RGB
CMYK
RGB Variations
Color information
#5CE114 (or 0x5CE114) is known color: Bright Green. HEX triplet: 5C, E1 and 14. RGB value is (92,225,20). Sum of RGB (Red+Green+Blue) = 92+225+20=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #5CE114 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CE114 is #A31EEB. Grayscale: #A2A2A2. Windows color (decimal): -10690284 or 1368412. OLE color: 1368412.
HSL color Cylindrical-coordinate representation of color #5CE114: hue angle of 98.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5CE114 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 225 | 20 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.12 |
| HSL | 98.93º | 0.84% | 0.48% | - |
| HSV(B) | 98.93º | 0.91% | 0.88% | - |
| XYZ | 31.47 | 56.18 | 9.85 | - |
| YUV | 161.86 | 47.94 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 225 | 20 | 0.59 | 0 | 0.91 | 0.12 | 98.93 | 0.84 | 0.48 |
| Hex | 5C | E1 | 14 | 3B | 0 | 5B | C | 63 | 54 | 30 |
| Octal | 134 | 341 | 24 | 73 | 0 | 133 | 14 | 143 | 124 | 60 |
| Binary | 1011100 | 11100001 | 10100 | 111011 | 0 | 1011011 | 1100 | 1100011 | 1010100 | 110000 |
Color Harmonies of #5CE114
Complementary color
Monochromatic Colors of #5CE114
Black with #5CE114
Text Example
Text Example
White with #5CE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE114; }
p { color: rgb(92,225,20); }
H1.HeaderClassName
{
color: #5CE114;
}
.AnyTagClassName
{
color: #5CE114;
}
</style>
background-color css
<style>
a { background-color: #5CE114; }
a { background-color: rgb(92,225,20); }
div.DivClassName
{
background-color: #5CE114;
}
.BgClassName
{
background-color: #5CE114;
}
</style>
border-color css
<style>
span { border-color: #5CE114; }
span { border-color: rgb(92,225,20); }
td.TdClassName
{
border-color: #5CE114;
}
.TagClassName
{
border-color: #5CE114;
}
</style>