Shades of Bright Green #5DF310
Tints of Bright Green #5DF310
RGB
CMYK
RGB Variations
Color information
#5DF310 (or 0x5DF310) is known color: Bright Green. HEX triplet: 5D, F3 and 10. RGB value is (93,243,16). Sum of RGB (Red+Green+Blue) = 93+243+16=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 243 (95.31% from 255 or 69.03% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF310 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF310 is #A20CEF. Grayscale: #ADADAD. Windows color (decimal): -10620144 or 1110877. OLE color: 1110877.
HSL color Cylindrical-coordinate representation of color #5DF310: hue angle of 99.65º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DF310 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 16 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.05 |
| HSL | 99.65º | 0.9% | 0.51% | - |
| HSV(B) | 99.65º | 0.93% | 0.95% | - |
| XYZ | 36.66 | 66.47 | 11.39 | - |
| YUV | 172.27 | 39.81 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 16 | 0.62 | 0 | 0.93 | 0.05 | 99.65 | 0.9 | 0.51 |
| Hex | 5D | F3 | 10 | 3E | 0 | 5D | 5 | 64 | 5A | 33 |
| Octal | 135 | 363 | 20 | 76 | 0 | 135 | 5 | 144 | 132 | 63 |
| Binary | 1011101 | 11110011 | 10000 | 111110 | 0 | 1011101 | 101 | 1100100 | 1011010 | 110011 |
Color Harmonies of #5DF310
Complementary color
Monochromatic Colors of #5DF310
Black with #5DF310
Text Example
Text Example
White with #5DF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF310; }
p { color: rgb(93,243,16); }
H1.HeaderClassName
{
color: #5DF310;
}
.AnyTagClassName
{
color: #5DF310;
}
</style>
background-color css
<style>
a { background-color: #5DF310; }
a { background-color: rgb(93,243,16); }
div.DivClassName
{
background-color: #5DF310;
}
.BgClassName
{
background-color: #5DF310;
}
</style>
border-color css
<style>
span { border-color: #5DF310; }
span { border-color: rgb(93,243,16); }
td.TdClassName
{
border-color: #5DF310;
}
.TagClassName
{
border-color: #5DF310;
}
</style>