Shades of Bright Green #5DF11A
Tints of Bright Green #5DF11A
RGB
CMYK
RGB Variations
Color information
#5DF11A (or 0x5DF11A) is known color: Bright Green. HEX triplet: 5D, F1 and 1A. RGB value is (93,241,26). Sum of RGB (Red+Green+Blue) = 93+241+26=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF11A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF11A is #A20EE5. Grayscale: #ACACAC. Windows color (decimal): -10620646 or 1765725. OLE color: 1765725.
HSL color Cylindrical-coordinate representation of color #5DF11A: hue angle of 101.3º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5DF11A is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 26 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.05 |
| HSL | 101.3º | 0.88% | 0.52% | - |
| HSV(B) | 101.3º | 0.89% | 0.95% | - |
| XYZ | 36.16 | 65.31 | 11.68 | - |
| YUV | 172.24 | 45.47 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 26 | 0.61 | 0 | 0.89 | 0.05 | 101.3 | 0.88 | 0.52 |
| Hex | 5D | F1 | 1A | 3D | 0 | 59 | 5 | 65 | 58 | 34 |
| Octal | 135 | 361 | 32 | 75 | 0 | 131 | 5 | 145 | 130 | 64 |
| Binary | 1011101 | 11110001 | 11010 | 111101 | 0 | 1011001 | 101 | 1100101 | 1011000 | 110100 |
Color Harmonies of #5DF11A
Complementary color
Monochromatic Colors of #5DF11A
Black with #5DF11A
Text Example
Text Example
White with #5DF11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF11A; }
p { color: rgb(93,241,26); }
H1.HeaderClassName
{
color: #5DF11A;
}
.AnyTagClassName
{
color: #5DF11A;
}
</style>
background-color css
<style>
a { background-color: #5DF11A; }
a { background-color: rgb(93,241,26); }
div.DivClassName
{
background-color: #5DF11A;
}
.BgClassName
{
background-color: #5DF11A;
}
</style>
border-color css
<style>
span { border-color: #5DF11A; }
span { border-color: rgb(93,241,26); }
td.TdClassName
{
border-color: #5DF11A;
}
.TagClassName
{
border-color: #5DF11A;
}
</style>