Shades of Bright Green #5DFA2A
Tints of Bright Green #5DFA2A
RGB
CMYK
RGB Variations
Color information
#5DFA2A (or 0x5DFA2A) is known color: Bright Green. HEX triplet: 5D, FA and 2A. RGB value is (93,250,42). Sum of RGB (Red+Green+Blue) = 93+250+42=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFA2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DFA2A is #A205D5. Grayscale: #B4B4B4. Windows color (decimal): -10618326 or 2816605. OLE color: 2816605.
HSL color Cylindrical-coordinate representation of color #5DFA2A: hue angle of 105.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5DFA2A is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 250 | 42 | - |
| CMYK | 0.63 | 0 | 0.83 | 0.02 |
| HSL | 105.29º | 0.95% | 0.57% | - |
| HSV(B) | 105.29º | 0.83% | 0.98% | - |
| XYZ | 39.12 | 70.87 | 13.81 | - |
| YUV | 179.35 | 50.49 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 250 | 42 | 0.63 | 0 | 0.83 | 0.02 | 105.29 | 0.95 | 0.57 |
| Hex | 5D | FA | 2A | 3F | 0 | 53 | 2 | 69 | 5F | 39 |
| Octal | 135 | 372 | 52 | 77 | 0 | 123 | 2 | 151 | 137 | 71 |
| Binary | 1011101 | 11111010 | 101010 | 111111 | 0 | 1010011 | 10 | 1101001 | 1011111 | 111001 |
Color Harmonies of #5DFA2A
Complementary color
Monochromatic Colors of #5DFA2A
Black with #5DFA2A
Text Example
Text Example
White with #5DFA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFA2A; }
p { color: rgb(93,250,42); }
H1.HeaderClassName
{
color: #5DFA2A;
}
.AnyTagClassName
{
color: #5DFA2A;
}
</style>
background-color css
<style>
a { background-color: #5DFA2A; }
a { background-color: rgb(93,250,42); }
div.DivClassName
{
background-color: #5DFA2A;
}
.BgClassName
{
background-color: #5DFA2A;
}
</style>
border-color css
<style>
span { border-color: #5DFA2A; }
span { border-color: rgb(93,250,42); }
td.TdClassName
{
border-color: #5DFA2A;
}
.TagClassName
{
border-color: #5DFA2A;
}
</style>