Shades of Bright Green #5DF12A
Tints of Bright Green #5DF12A
RGB
CMYK
RGB Variations
Color information
#5DF12A (or 0x5DF12A) is known color: Bright Green. HEX triplet: 5D, F1 and 2A. RGB value is (93,241,42). Sum of RGB (Red+Green+Blue) = 93+241+42=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF12A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF12A is #A20ED5. Grayscale: #AEAEAE. Windows color (decimal): -10620630 or 2814301. OLE color: 2814301.
HSL color Cylindrical-coordinate representation of color #5DF12A: hue angle of 104.62º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5DF12A is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 42 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.05 |
| HSL | 104.62º | 0.88% | 0.55% | - |
| HSV(B) | 104.62º | 0.83% | 0.95% | - |
| XYZ | 36.39 | 65.4 | 12.9 | - |
| YUV | 174.06 | 53.47 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 42 | 0.61 | 0 | 0.83 | 0.05 | 104.62 | 0.88 | 0.55 |
| Hex | 5D | F1 | 2A | 3D | 0 | 53 | 5 | 69 | 58 | 37 |
| Octal | 135 | 361 | 52 | 75 | 0 | 123 | 5 | 151 | 130 | 67 |
| Binary | 1011101 | 11110001 | 101010 | 111101 | 0 | 1010011 | 101 | 1101001 | 1011000 | 110111 |
Color Harmonies of #5DF12A
Complementary color
Monochromatic Colors of #5DF12A
Black with #5DF12A
Text Example
Text Example
White with #5DF12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF12A; }
p { color: rgb(93,241,42); }
H1.HeaderClassName
{
color: #5DF12A;
}
.AnyTagClassName
{
color: #5DF12A;
}
</style>
background-color css
<style>
a { background-color: #5DF12A; }
a { background-color: rgb(93,241,42); }
div.DivClassName
{
background-color: #5DF12A;
}
.BgClassName
{
background-color: #5DF12A;
}
</style>
border-color css
<style>
span { border-color: #5DF12A; }
span { border-color: rgb(93,241,42); }
td.TdClassName
{
border-color: #5DF12A;
}
.TagClassName
{
border-color: #5DF12A;
}
</style>