Shades of Bright Green #5DF122
Tints of Bright Green #5DF122
RGB
CMYK
RGB Variations
Color information
#5DF122 (or 0x5DF122) is known color: Bright Green. HEX triplet: 5D, F1 and 22. RGB value is (93,241,34). Sum of RGB (Red+Green+Blue) = 93+241+34=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 241 (94.53% from 255 or 65.49% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF122 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF122 is #A20EDD. Grayscale: #ADADAD. Windows color (decimal): -10620638 or 2290013. OLE color: 2290013.
HSL color Cylindrical-coordinate representation of color #5DF122: hue angle of 102.9º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5DF122 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 34 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.05 |
| HSL | 102.9º | 0.88% | 0.54% | - |
| HSV(B) | 102.9º | 0.86% | 0.95% | - |
| XYZ | 36.26 | 65.35 | 12.22 | - |
| YUV | 173.15 | 49.47 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 34 | 0.61 | 0 | 0.86 | 0.05 | 102.9 | 0.88 | 0.54 |
| Hex | 5D | F1 | 22 | 3D | 0 | 56 | 5 | 67 | 58 | 36 |
| Octal | 135 | 361 | 42 | 75 | 0 | 126 | 5 | 147 | 130 | 66 |
| Binary | 1011101 | 11110001 | 100010 | 111101 | 0 | 1010110 | 101 | 1100111 | 1011000 | 110110 |
Color Harmonies of #5DF122
Complementary color
Monochromatic Colors of #5DF122
Black with #5DF122
Text Example
Text Example
White with #5DF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF122; }
p { color: rgb(93,241,34); }
H1.HeaderClassName
{
color: #5DF122;
}
.AnyTagClassName
{
color: #5DF122;
}
</style>
background-color css
<style>
a { background-color: #5DF122; }
a { background-color: rgb(93,241,34); }
div.DivClassName
{
background-color: #5DF122;
}
.BgClassName
{
background-color: #5DF122;
}
</style>
border-color css
<style>
span { border-color: #5DF122; }
span { border-color: rgb(93,241,34); }
td.TdClassName
{
border-color: #5DF122;
}
.TagClassName
{
border-color: #5DF122;
}
</style>