Shades of Bright Green #5CF11F
Tints of Bright Green #5CF11F
RGB
CMYK
RGB Variations
Color information
#5CF11F (or 0x5CF11F) is known color: Bright Green. HEX triplet: 5C, F1 and 1F. RGB value is (92,241,31). Sum of RGB (Red+Green+Blue) = 92+241+31=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 241 (94.53% from 255 or 66.21% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF11F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF11F is #A30EE0. Grayscale: #ADADAD. Windows color (decimal): -10686177 or 2093404. OLE color: 2093404.
HSL color Cylindrical-coordinate representation of color #5CF11F: hue angle of 102.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5CF11F is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 31 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.05 |
| HSL | 102.57º | 0.88% | 0.53% | - |
| HSV(B) | 102.57º | 0.87% | 0.95% | - |
| XYZ | 36.12 | 65.28 | 11.99 | - |
| YUV | 172.51 | 48.14 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 31 | 0.62 | 0 | 0.87 | 0.05 | 102.57 | 0.88 | 0.53 |
| Hex | 5C | F1 | 1F | 3E | 0 | 57 | 5 | 67 | 58 | 35 |
| Octal | 134 | 361 | 37 | 76 | 0 | 127 | 5 | 147 | 130 | 65 |
| Binary | 1011100 | 11110001 | 11111 | 111110 | 0 | 1010111 | 101 | 1100111 | 1011000 | 110101 |
Color Harmonies of #5CF11F
Complementary color
Monochromatic Colors of #5CF11F
Black with #5CF11F
Text Example
Text Example
White with #5CF11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF11F; }
p { color: rgb(92,241,31); }
H1.HeaderClassName
{
color: #5CF11F;
}
.AnyTagClassName
{
color: #5CF11F;
}
</style>
background-color css
<style>
a { background-color: #5CF11F; }
a { background-color: rgb(92,241,31); }
div.DivClassName
{
background-color: #5CF11F;
}
.BgClassName
{
background-color: #5CF11F;
}
</style>
border-color css
<style>
span { border-color: #5CF11F; }
span { border-color: rgb(92,241,31); }
td.TdClassName
{
border-color: #5CF11F;
}
.TagClassName
{
border-color: #5CF11F;
}
</style>