Shades of Bright Green #5DF600
Tints of Bright Green #5DF600
RGB
CMYK
RGB Variations
Color information
#5DF600 (or 0x5DF600) is known color: Bright Green. HEX triplet: 5D, F6 and 00. RGB value is (93,246,0). Sum of RGB (Red+Green+Blue) = 93+246+0=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 246 (96.48% from 255 or 72.57% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 246 - color contains mainly: green. Hex color #5DF600 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF600 is #A209FF. Grayscale: #ADADAD. Windows color (decimal): -10619392 or 63069. OLE color: 63069.
HSL color Cylindrical-coordinate representation of color #5DF600: hue angle of 97.32º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DF600 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 246 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.04 |
| HSL | 97.32º | 1% | 0.48% | - |
| HSV(B) | 97.32º | 1% | 0.96% | - |
| XYZ | 37.47 | 68.24 | 11.2 | - |
| YUV | 172.21 | 30.81 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 246 | 0 | 0.62 | 0 | 1 | 0.04 | 97.32 | 1 | 0.48 |
| Hex | 5D | F6 | 0 | 3E | 0 | 64 | 4 | 61 | 64 | 30 |
| Octal | 135 | 366 | 0 | 76 | 0 | 144 | 4 | 141 | 144 | 60 |
| Binary | 1011101 | 11110110 | 0 | 111110 | 0 | 1100100 | 100 | 1100001 | 1100100 | 110000 |
Color Harmonies of #5DF600
Complementary color
Monochromatic Colors of #5DF600
Black with #5DF600
Text Example
Text Example
White with #5DF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF600; }
p { color: rgb(93,246,0); }
H1.HeaderClassName
{
color: #5DF600;
}
.AnyTagClassName
{
color: #5DF600;
}
</style>
background-color css
<style>
a { background-color: #5DF600; }
a { background-color: rgb(93,246,0); }
div.DivClassName
{
background-color: #5DF600;
}
.BgClassName
{
background-color: #5DF600;
}
</style>
border-color css
<style>
span { border-color: #5DF600; }
span { border-color: rgb(93,246,0); }
td.TdClassName
{
border-color: #5DF600;
}
.TagClassName
{
border-color: #5DF600;
}
</style>