Shades of Bright Green #5DF300
Tints of Bright Green #5DF300
RGB
CMYK
RGB Variations
Color information
#5DF300 (or 0x5DF300) is known color: Bright Green. HEX triplet: 5D, F3 and 00. RGB value is (93,243,0). Sum of RGB (Red+Green+Blue) = 93+243+0=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 243 (95.31% from 255 or 72.32% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF300 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF300 is #A20CFF. Grayscale: #ABABAB. Windows color (decimal): -10620160 or 62301. OLE color: 62301.
HSL color Cylindrical-coordinate representation of color #5DF300: hue angle of 97.04º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DF300 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.05 |
| HSL | 97.04º | 1% | 0.48% | - |
| HSV(B) | 97.04º | 1% | 0.95% | - |
| XYZ | 36.56 | 66.43 | 10.89 | - |
| YUV | 170.45 | 31.81 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 0 | 0.62 | 0 | 1 | 0.05 | 97.04 | 1 | 0.48 |
| Hex | 5D | F3 | 0 | 3E | 0 | 64 | 5 | 61 | 64 | 30 |
| Octal | 135 | 363 | 0 | 76 | 0 | 144 | 5 | 141 | 144 | 60 |
| Binary | 1011101 | 11110011 | 0 | 111110 | 0 | 1100100 | 101 | 1100001 | 1100100 | 110000 |
Color Harmonies of #5DF300
Complementary color
Monochromatic Colors of #5DF300
Black with #5DF300
Text Example
Text Example
White with #5DF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF300; }
p { color: rgb(93,243,0); }
H1.HeaderClassName
{
color: #5DF300;
}
.AnyTagClassName
{
color: #5DF300;
}
</style>
background-color css
<style>
a { background-color: #5DF300; }
a { background-color: rgb(93,243,0); }
div.DivClassName
{
background-color: #5DF300;
}
.BgClassName
{
background-color: #5DF300;
}
</style>
border-color css
<style>
span { border-color: #5DF300; }
span { border-color: rgb(93,243,0); }
td.TdClassName
{
border-color: #5DF300;
}
.TagClassName
{
border-color: #5DF300;
}
</style>