Shades of Bright Green #5CF00E
Tints of Bright Green #5CF00E
RGB
CMYK
RGB Variations
Color information
#5CF00E (or 0x5CF00E) is known color: Bright Green. HEX triplet: 5C, F0 and 0E. RGB value is (92,240,14). Sum of RGB (Red+Green+Blue) = 92+240+14=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 240 (94.14% from 255 or 69.36% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 240 - color contains mainly: green. Hex color #5CF00E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF00E is #A30FF1. Grayscale: #AAAAAA. Windows color (decimal): -10686450 or 979036. OLE color: 979036.
HSL color Cylindrical-coordinate representation of color #5CF00E: hue angle of 99.29º 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 #5CF00E is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 240 | 14 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.06 |
| HSL | 99.29º | 0.89% | 0.5% | - |
| HSV(B) | 99.29º | 0.94% | 0.94% | - |
| XYZ | 35.65 | 64.63 | 11.01 | - |
| YUV | 169.98 | 39.97 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 240 | 14 | 0.62 | 0 | 0.94 | 0.06 | 99.29 | 0.89 | 0.5 |
| Hex | 5C | F0 | E | 3E | 0 | 5E | 6 | 63 | 59 | 32 |
| Octal | 134 | 360 | 16 | 76 | 0 | 136 | 6 | 143 | 131 | 62 |
| Binary | 1011100 | 11110000 | 1110 | 111110 | 0 | 1011110 | 110 | 1100011 | 1011001 | 110010 |
Color Harmonies of #5CF00E
Complementary color
Monochromatic Colors of #5CF00E
Black with #5CF00E
Text Example
Text Example
White with #5CF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF00E; }
p { color: rgb(92,240,14); }
H1.HeaderClassName
{
color: #5CF00E;
}
.AnyTagClassName
{
color: #5CF00E;
}
</style>
background-color css
<style>
a { background-color: #5CF00E; }
a { background-color: rgb(92,240,14); }
div.DivClassName
{
background-color: #5CF00E;
}
.BgClassName
{
background-color: #5CF00E;
}
</style>
border-color css
<style>
span { border-color: #5CF00E; }
span { border-color: rgb(92,240,14); }
td.TdClassName
{
border-color: #5CF00E;
}
.TagClassName
{
border-color: #5CF00E;
}
</style>