Shades of Bright Green #5CF426
Tints of Bright Green #5CF426
RGB
CMYK
RGB Variations
Color information
#5CF426 (or 0x5CF426) is known color: Bright Green. HEX triplet: 5C, F4 and 26. RGB value is (92,244,38). Sum of RGB (Red+Green+Blue) = 92+244+38=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 244 (95.70% from 255 or 65.24% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 244 - color contains mainly: green. Hex color #5CF426 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF426 is #A30BD9. Grayscale: #AFAFAF. Windows color (decimal): -10685402 or 2552924. OLE color: 2552924.
HSL color Cylindrical-coordinate representation of color #5CF426: hue angle of 104.27º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5CF426 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 244 | 38 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.04 |
| HSL | 104.27º | 0.9% | 0.55% | - |
| HSV(B) | 104.27º | 0.84% | 0.96% | - |
| XYZ | 37.11 | 67.12 | 12.83 | - |
| YUV | 175.07 | 50.64 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 244 | 38 | 0.62 | 0 | 0.84 | 0.04 | 104.27 | 0.9 | 0.55 |
| Hex | 5C | F4 | 26 | 3E | 0 | 54 | 4 | 68 | 5A | 37 |
| Octal | 134 | 364 | 46 | 76 | 0 | 124 | 4 | 150 | 132 | 67 |
| Binary | 1011100 | 11110100 | 100110 | 111110 | 0 | 1010100 | 100 | 1101000 | 1011010 | 110111 |
Color Harmonies of #5CF426
Complementary color
Monochromatic Colors of #5CF426
Black with #5CF426
Text Example
Text Example
White with #5CF426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF426; }
p { color: rgb(92,244,38); }
H1.HeaderClassName
{
color: #5CF426;
}
.AnyTagClassName
{
color: #5CF426;
}
</style>
background-color css
<style>
a { background-color: #5CF426; }
a { background-color: rgb(92,244,38); }
div.DivClassName
{
background-color: #5CF426;
}
.BgClassName
{
background-color: #5CF426;
}
</style>
border-color css
<style>
span { border-color: #5CF426; }
span { border-color: rgb(92,244,38); }
td.TdClassName
{
border-color: #5CF426;
}
.TagClassName
{
border-color: #5CF426;
}
</style>