Shades of Bright Green #5CEF0E
Tints of Bright Green #5CEF0E
RGB
CMYK
RGB Variations
Color information
#5CEF0E (or 0x5CEF0E) is known color: Bright Green. HEX triplet: 5C, EF and 0E. RGB value is (92,239,14). Sum of RGB (Red+Green+Blue) = 92+239+14=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 239 (93.75% from 255 or 69.28% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEF0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CEF0E is #A310F1. Grayscale: #AAAAAA. Windows color (decimal): -10686706 or 978780. OLE color: 978780.
HSL color Cylindrical-coordinate representation of color #5CEF0E: hue angle of 99.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5CEF0E is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 14 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.06 |
| HSL | 99.2º | 0.89% | 0.5% | - |
| HSV(B) | 99.2º | 0.94% | 0.94% | - |
| XYZ | 35.36 | 64.04 | 10.91 | - |
| YUV | 169.4 | 40.3 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 14 | 0.62 | 0 | 0.94 | 0.06 | 99.2 | 0.89 | 0.5 |
| Hex | 5C | EF | E | 3E | 0 | 5E | 6 | 63 | 59 | 32 |
| Octal | 134 | 357 | 16 | 76 | 0 | 136 | 6 | 143 | 131 | 62 |
| Binary | 1011100 | 11101111 | 1110 | 111110 | 0 | 1011110 | 110 | 1100011 | 1011001 | 110010 |
Color Harmonies of #5CEF0E
Complementary color
Monochromatic Colors of #5CEF0E
Black with #5CEF0E
Text Example
Text Example
White with #5CEF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEF0E; }
p { color: rgb(92,239,14); }
H1.HeaderClassName
{
color: #5CEF0E;
}
.AnyTagClassName
{
color: #5CEF0E;
}
</style>
background-color css
<style>
a { background-color: #5CEF0E; }
a { background-color: rgb(92,239,14); }
div.DivClassName
{
background-color: #5CEF0E;
}
.BgClassName
{
background-color: #5CEF0E;
}
</style>
border-color css
<style>
span { border-color: #5CEF0E; }
span { border-color: rgb(92,239,14); }
td.TdClassName
{
border-color: #5CEF0E;
}
.TagClassName
{
border-color: #5CEF0E;
}
</style>