Shades of Bright Green #5CF001
Tints of Bright Green #5CF001
RGB
CMYK
RGB Variations
Color information
#5CF001 (or 0x5CF001) is known color: Bright Green. HEX triplet: 5C, F0 and 01. RGB value is (92,240,1). Sum of RGB (Red+Green+Blue) = 92+240+1=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 240 (94.14% from 255 or 72.07% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 240 - color contains mainly: green. Hex color #5CF001 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF001 is #A30FFE. Grayscale: #A9A9A9. Windows color (decimal): -10686463 or 127068. OLE color: 127068.
HSL color Cylindrical-coordinate representation of color #5CF001: hue angle of 97.15º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5CF001 is Cyan = 0.62, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 240 | 1 | - |
| CMYK | 0.62 | 0 | 1.00 | 0.06 |
| HSL | 97.15º | 0.99% | 0.47% | - |
| HSV(B) | 97.15º | 1% | 0.94% | - |
| XYZ | 35.58 | 64.6 | 10.62 | - |
| YUV | 168.5 | 33.47 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 240 | 1 | 0.62 | 0 | 1.00 | 0.06 | 97.15 | 0.99 | 0.47 |
| Hex | 5C | F0 | 1 | 3E | 0 | 64 | 6 | 61 | 63 | 2F |
| Octal | 134 | 360 | 1 | 76 | 0 | 144 | 6 | 141 | 143 | 57 |
| Binary | 1011100 | 11110000 | 1 | 111110 | 0 | 1100100 | 110 | 1100001 | 1100011 | 101111 |
Color Harmonies of #5CF001
Complementary color
Monochromatic Colors of #5CF001
Black with #5CF001
Text Example
Text Example
White with #5CF001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF001; }
p { color: rgb(92,240,1); }
H1.HeaderClassName
{
color: #5CF001;
}
.AnyTagClassName
{
color: #5CF001;
}
</style>
background-color css
<style>
a { background-color: #5CF001; }
a { background-color: rgb(92,240,1); }
div.DivClassName
{
background-color: #5CF001;
}
.BgClassName
{
background-color: #5CF001;
}
</style>
border-color css
<style>
span { border-color: #5CF001; }
span { border-color: rgb(92,240,1); }
td.TdClassName
{
border-color: #5CF001;
}
.TagClassName
{
border-color: #5CF001;
}
</style>