Shades of Bright Green #5CF021
Tints of Bright Green #5CF021
RGB
CMYK
RGB Variations
Color information
#5CF021 (or 0x5CF021) is known color: Bright Green. HEX triplet: 5C, F0 and 21. RGB value is (92,240,33). Sum of RGB (Red+Green+Blue) = 92+240+33=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #5CF021 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF021 is #A30FDE. Grayscale: #ACACAC. Windows color (decimal): -10686431 or 2224220. OLE color: 2224220.
HSL color Cylindrical-coordinate representation of color #5CF021: hue angle of 102.9º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5CF021 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 240 | 33 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.06 |
| HSL | 102.9º | 0.87% | 0.54% | - |
| HSV(B) | 102.9º | 0.86% | 0.94% | - |
| XYZ | 35.85 | 64.71 | 12.04 | - |
| YUV | 172.15 | 49.47 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 240 | 33 | 0.62 | 0 | 0.86 | 0.06 | 102.9 | 0.87 | 0.54 |
| Hex | 5C | F0 | 21 | 3E | 0 | 56 | 6 | 67 | 57 | 36 |
| Octal | 134 | 360 | 41 | 76 | 0 | 126 | 6 | 147 | 127 | 66 |
| Binary | 1011100 | 11110000 | 100001 | 111110 | 0 | 1010110 | 110 | 1100111 | 1010111 | 110110 |
Color Harmonies of #5CF021
Complementary color
Monochromatic Colors of #5CF021
Black with #5CF021
Text Example
Text Example
White with #5CF021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF021; }
p { color: rgb(92,240,33); }
H1.HeaderClassName
{
color: #5CF021;
}
.AnyTagClassName
{
color: #5CF021;
}
</style>
background-color css
<style>
a { background-color: #5CF021; }
a { background-color: rgb(92,240,33); }
div.DivClassName
{
background-color: #5CF021;
}
.BgClassName
{
background-color: #5CF021;
}
</style>
border-color css
<style>
span { border-color: #5CF021; }
span { border-color: rgb(92,240,33); }
td.TdClassName
{
border-color: #5CF021;
}
.TagClassName
{
border-color: #5CF021;
}
</style>