Shades of Bright Green #5DF101
Tints of Bright Green #5DF101
RGB
CMYK
RGB Variations
Color information
#5DF101 (or 0x5DF101) is known color: Bright Green. HEX triplet: 5D, F1 and 01. RGB value is (93,241,1). Sum of RGB (Red+Green+Blue) = 93+241+1=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 241 (94.53% from 255 or 71.94% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF101 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF101 is #A20EFE. Grayscale: #AAAAAA. Windows color (decimal): -10620671 or 127325. OLE color: 127325.
HSL color Cylindrical-coordinate representation of color #5DF101: hue angle of 97º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DF101 is Cyan = 0.61, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 1 | - |
| CMYK | 0.61 | 0 | 1.00 | 0.05 |
| HSL | 97º | 0.99% | 0.47% | - |
| HSV(B) | 97º | 1% | 0.95% | - |
| XYZ | 35.97 | 65.24 | 10.73 | - |
| YUV | 169.39 | 32.97 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 1 | 0.61 | 0 | 1.00 | 0.05 | 97 | 0.99 | 0.47 |
| Hex | 5D | F1 | 1 | 3D | 0 | 64 | 5 | 61 | 63 | 2F |
| Octal | 135 | 361 | 1 | 75 | 0 | 144 | 5 | 141 | 143 | 57 |
| Binary | 1011101 | 11110001 | 1 | 111101 | 0 | 1100100 | 101 | 1100001 | 1100011 | 101111 |
Color Harmonies of #5DF101
Complementary color
Monochromatic Colors of #5DF101
Black with #5DF101
Text Example
Text Example
White with #5DF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF101; }
p { color: rgb(93,241,1); }
H1.HeaderClassName
{
color: #5DF101;
}
.AnyTagClassName
{
color: #5DF101;
}
</style>
background-color css
<style>
a { background-color: #5DF101; }
a { background-color: rgb(93,241,1); }
div.DivClassName
{
background-color: #5DF101;
}
.BgClassName
{
background-color: #5DF101;
}
</style>
border-color css
<style>
span { border-color: #5DF101; }
span { border-color: rgb(93,241,1); }
td.TdClassName
{
border-color: #5DF101;
}
.TagClassName
{
border-color: #5DF101;
}
</style>