Shades of Bright Green #5DFB20
Tints of Bright Green #5DFB20
RGB
CMYK
RGB Variations
Color information
#5DFB20 (or 0x5DFB20) is known color: Bright Green. HEX triplet: 5D, FB and 20. RGB value is (93,251,32). Sum of RGB (Red+Green+Blue) = 93+251+32=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 251 (98.44% from 255 or 66.76% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFB20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DFB20 is #A204DF. Grayscale: #B3B3B3. Windows color (decimal): -10618080 or 2161501. OLE color: 2161501.
HSL color Cylindrical-coordinate representation of color #5DFB20: hue angle of 103.29º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5DFB20 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 32 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.02 |
| HSL | 103.29º | 0.96% | 0.55% | - |
| HSV(B) | 103.29º | 0.87% | 0.98% | - |
| XYZ | 39.27 | 71.43 | 13.08 | - |
| YUV | 178.79 | 45.15 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 32 | 0.63 | 0 | 0.87 | 0.02 | 103.29 | 0.96 | 0.55 |
| Hex | 5D | FB | 20 | 3F | 0 | 57 | 2 | 67 | 60 | 37 |
| Octal | 135 | 373 | 40 | 77 | 0 | 127 | 2 | 147 | 140 | 67 |
| Binary | 1011101 | 11111011 | 100000 | 111111 | 0 | 1010111 | 10 | 1100111 | 1100000 | 110111 |
Color Harmonies of #5DFB20
Complementary color
Monochromatic Colors of #5DFB20
Black with #5DFB20
Text Example
Text Example
White with #5DFB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFB20; }
p { color: rgb(93,251,32); }
H1.HeaderClassName
{
color: #5DFB20;
}
.AnyTagClassName
{
color: #5DFB20;
}
</style>
background-color css
<style>
a { background-color: #5DFB20; }
a { background-color: rgb(93,251,32); }
div.DivClassName
{
background-color: #5DFB20;
}
.BgClassName
{
background-color: #5DFB20;
}
</style>
border-color css
<style>
span { border-color: #5DFB20; }
span { border-color: rgb(93,251,32); }
td.TdClassName
{
border-color: #5DFB20;
}
.TagClassName
{
border-color: #5DFB20;
}
</style>