Shades of Bright Green #5CF011
Tints of Bright Green #5CF011
RGB
CMYK
RGB Variations
Color information
#5CF011 (or 0x5CF011) is known color: Bright Green. HEX triplet: 5C, F0 and 11. RGB value is (92,240,17). Sum of RGB (Red+Green+Blue) = 92+240+17=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #5CF011 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF011 is #A30FEE. Grayscale: #ABABAB. Windows color (decimal): -10686447 or 1175644. OLE color: 1175644.
HSL color Cylindrical-coordinate representation of color #5CF011: hue angle of 99.82º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5CF011 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 240 | 17 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.06 |
| HSL | 99.82º | 0.88% | 0.5% | - |
| HSV(B) | 99.82º | 0.93% | 0.94% | - |
| XYZ | 35.67 | 64.64 | 11.13 | - |
| YUV | 170.33 | 41.47 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 240 | 17 | 0.62 | 0 | 0.93 | 0.06 | 99.82 | 0.88 | 0.5 |
| Hex | 5C | F0 | 11 | 3E | 0 | 5D | 6 | 64 | 58 | 32 |
| Octal | 134 | 360 | 21 | 76 | 0 | 135 | 6 | 144 | 130 | 62 |
| Binary | 1011100 | 11110000 | 10001 | 111110 | 0 | 1011101 | 110 | 1100100 | 1011000 | 110010 |
Color Harmonies of #5CF011
Complementary color
Monochromatic Colors of #5CF011
Black with #5CF011
Text Example
Text Example
White with #5CF011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF011; }
p { color: rgb(92,240,17); }
H1.HeaderClassName
{
color: #5CF011;
}
.AnyTagClassName
{
color: #5CF011;
}
</style>
background-color css
<style>
a { background-color: #5CF011; }
a { background-color: rgb(92,240,17); }
div.DivClassName
{
background-color: #5CF011;
}
.BgClassName
{
background-color: #5CF011;
}
</style>
border-color css
<style>
span { border-color: #5CF011; }
span { border-color: rgb(92,240,17); }
td.TdClassName
{
border-color: #5CF011;
}
.TagClassName
{
border-color: #5CF011;
}
</style>