Shades of Bright Green #5CF904
Tints of Bright Green #5CF904
RGB
CMYK
RGB Variations
Color information
#5CF904 (or 0x5CF904) is known color: Bright Green. HEX triplet: 5C, F9 and 04. RGB value is (92,249,4). Sum of RGB (Red+Green+Blue) = 92+249+4=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #5CF904 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF904 is #A306FB. Grayscale: #AEAEAE. Windows color (decimal): -10684156 or 325980. OLE color: 325980.
HSL color Cylindrical-coordinate representation of color #5CF904: hue angle of 98.45º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5CF904 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 249 | 4 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.02 |
| HSL | 98.45º | 0.97% | 0.5% | - |
| HSV(B) | 98.45º | 0.98% | 0.98% | - |
| XYZ | 38.31 | 70.04 | 11.61 | - |
| YUV | 174.13 | 31.99 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 249 | 4 | 0.63 | 0 | 0.98 | 0.02 | 98.45 | 0.97 | 0.5 |
| Hex | 5C | F9 | 4 | 3F | 0 | 62 | 2 | 62 | 61 | 32 |
| Octal | 134 | 371 | 4 | 77 | 0 | 142 | 2 | 142 | 141 | 62 |
| Binary | 1011100 | 11111001 | 100 | 111111 | 0 | 1100010 | 10 | 1100010 | 1100001 | 110010 |
Color Harmonies of #5CF904
Complementary color
Monochromatic Colors of #5CF904
Black with #5CF904
Text Example
Text Example
White with #5CF904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF904; }
p { color: rgb(92,249,4); }
H1.HeaderClassName
{
color: #5CF904;
}
.AnyTagClassName
{
color: #5CF904;
}
</style>
background-color css
<style>
a { background-color: #5CF904; }
a { background-color: rgb(92,249,4); }
div.DivClassName
{
background-color: #5CF904;
}
.BgClassName
{
background-color: #5CF904;
}
</style>
border-color css
<style>
span { border-color: #5CF904; }
span { border-color: rgb(92,249,4); }
td.TdClassName
{
border-color: #5CF904;
}
.TagClassName
{
border-color: #5CF904;
}
</style>