Shades of Bright Green #5DED1F
Tints of Bright Green #5DED1F
RGB
CMYK
RGB Variations
Color information
#5DED1F (or 0x5DED1F) is known color: Bright Green. HEX triplet: 5D, ED and 1F. RGB value is (93,237,31). Sum of RGB (Red+Green+Blue) = 93+237+31=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 237 (92.97% from 255 or 65.65% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 237 - color contains mainly: green. Hex color #5DED1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DED1F is #A212E0. Grayscale: #ABABAB. Windows color (decimal): -10621665 or 2092381. OLE color: 2092381.
HSL color Cylindrical-coordinate representation of color #5DED1F: hue angle of 101.94º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5DED1F is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 237 | 31 | - |
| CMYK | 0.61 | 0 | 0.87 | 0.07 |
| HSL | 101.94º | 0.85% | 0.53% | - |
| HSV(B) | 101.94º | 0.87% | 0.93% | - |
| XYZ | 35.05 | 62.99 | 11.61 | - |
| YUV | 170.46 | 49.29 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 31 | 0.61 | 0 | 0.87 | 0.07 | 101.94 | 0.85 | 0.53 |
| Hex | 5D | ED | 1F | 3D | 0 | 57 | 7 | 66 | 55 | 35 |
| Octal | 135 | 355 | 37 | 75 | 0 | 127 | 7 | 146 | 125 | 65 |
| Binary | 1011101 | 11101101 | 11111 | 111101 | 0 | 1010111 | 111 | 1100110 | 1010101 | 110101 |
Color Harmonies of #5DED1F
Complementary color
Monochromatic Colors of #5DED1F
Black with #5DED1F
Text Example
Text Example
White with #5DED1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DED1F; }
p { color: rgb(93,237,31); }
H1.HeaderClassName
{
color: #5DED1F;
}
.AnyTagClassName
{
color: #5DED1F;
}
</style>
background-color css
<style>
a { background-color: #5DED1F; }
a { background-color: rgb(93,237,31); }
div.DivClassName
{
background-color: #5DED1F;
}
.BgClassName
{
background-color: #5DED1F;
}
</style>
border-color css
<style>
span { border-color: #5DED1F; }
span { border-color: rgb(93,237,31); }
td.TdClassName
{
border-color: #5DED1F;
}
.TagClassName
{
border-color: #5DED1F;
}
</style>