Shades of Bright Green #5CF101
Tints of Bright Green #5CF101
RGB
CMYK
RGB Variations
Color information
#5CF101 (or 0x5CF101) is known color: Bright Green. HEX triplet: 5C, F1 and 01. RGB value is (92,241,1). Sum of RGB (Red+Green+Blue) = 92+241+1=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF101 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF101 is #A30EFE. Grayscale: #A9A9A9. Windows color (decimal): -10686207 or 127324. OLE color: 127324.
HSL color Cylindrical-coordinate representation of color #5CF101: hue angle of 97.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5CF101 is Cyan = 0.62, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 1 | - |
| CMYK | 0.62 | 0 | 1.00 | 0.05 |
| HSL | 97.25º | 0.99% | 0.47% | - |
| HSV(B) | 97.25º | 1% | 0.95% | - |
| XYZ | 35.87 | 65.19 | 10.72 | - |
| YUV | 169.09 | 33.14 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 1 | 0.62 | 0 | 1.00 | 0.05 | 97.25 | 0.99 | 0.47 |
| Hex | 5C | F1 | 1 | 3E | 0 | 64 | 5 | 61 | 63 | 2F |
| Octal | 134 | 361 | 1 | 76 | 0 | 144 | 5 | 141 | 143 | 57 |
| Binary | 1011100 | 11110001 | 1 | 111110 | 0 | 1100100 | 101 | 1100001 | 1100011 | 101111 |
Color Harmonies of #5CF101
Complementary color
Monochromatic Colors of #5CF101
Black with #5CF101
Text Example
Text Example
White with #5CF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF101; }
p { color: rgb(92,241,1); }
H1.HeaderClassName
{
color: #5CF101;
}
.AnyTagClassName
{
color: #5CF101;
}
</style>
background-color css
<style>
a { background-color: #5CF101; }
a { background-color: rgb(92,241,1); }
div.DivClassName
{
background-color: #5CF101;
}
.BgClassName
{
background-color: #5CF101;
}
</style>
border-color css
<style>
span { border-color: #5CF101; }
span { border-color: rgb(92,241,1); }
td.TdClassName
{
border-color: #5CF101;
}
.TagClassName
{
border-color: #5CF101;
}
</style>