Shades of Bright Green #5CE014
Tints of Bright Green #5CE014
RGB
CMYK
RGB Variations
Color information
#5CE014 (or 0x5CE014) is known color: Bright Green. HEX triplet: 5C, E0 and 14. RGB value is (92,224,20). Sum of RGB (Red+Green+Blue) = 92+224+20=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 224 (87.89% from 255 or 66.67% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 224 - color contains mainly: green. Hex color #5CE014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CE014 is #A31FEB. Grayscale: #A1A1A1. Windows color (decimal): -10690540 or 1368156. OLE color: 1368156.
HSL color Cylindrical-coordinate representation of color #5CE014: hue angle of 98.82º 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 #5CE014 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 224 | 20 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.12 |
| HSL | 98.82º | 0.84% | 0.48% | - |
| HSV(B) | 98.82º | 0.91% | 0.88% | - |
| XYZ | 31.2 | 55.64 | 9.76 | - |
| YUV | 161.28 | 48.27 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 224 | 20 | 0.59 | 0 | 0.91 | 0.12 | 98.82 | 0.84 | 0.48 |
| Hex | 5C | E0 | 14 | 3B | 0 | 5B | C | 63 | 54 | 30 |
| Octal | 134 | 340 | 24 | 73 | 0 | 133 | 14 | 143 | 124 | 60 |
| Binary | 1011100 | 11100000 | 10100 | 111011 | 0 | 1011011 | 1100 | 1100011 | 1010100 | 110000 |
Color Harmonies of #5CE014
Complementary color
Monochromatic Colors of #5CE014
Black with #5CE014
Text Example
Text Example
White with #5CE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE014; }
p { color: rgb(92,224,20); }
H1.HeaderClassName
{
color: #5CE014;
}
.AnyTagClassName
{
color: #5CE014;
}
</style>
background-color css
<style>
a { background-color: #5CE014; }
a { background-color: rgb(92,224,20); }
div.DivClassName
{
background-color: #5CE014;
}
.BgClassName
{
background-color: #5CE014;
}
</style>
border-color css
<style>
span { border-color: #5CE014; }
span { border-color: rgb(92,224,20); }
td.TdClassName
{
border-color: #5CE014;
}
.TagClassName
{
border-color: #5CE014;
}
</style>