Shades of Bright Green #5DF813
Tints of Bright Green #5DF813
RGB
CMYK
RGB Variations
Color information
#5DF813 (or 0x5DF813) is known color: Bright Green. HEX triplet: 5D, F8 and 13. RGB value is (93,248,19). Sum of RGB (Red+Green+Blue) = 93+248+19=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #5DF813 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF813 is #A207EC. Grayscale: #B0B0B0. Windows color (decimal): -10618861 or 1308765. OLE color: 1308765.
HSL color Cylindrical-coordinate representation of color #5DF813: hue angle of 100.61º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DF813 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 248 | 19 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.03 |
| HSL | 100.61º | 0.94% | 0.52% | - |
| HSV(B) | 100.61º | 0.92% | 0.97% | - |
| XYZ | 38.2 | 69.51 | 12.02 | - |
| YUV | 175.55 | 39.65 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 248 | 19 | 0.62 | 0 | 0.92 | 0.03 | 100.61 | 0.94 | 0.52 |
| Hex | 5D | F8 | 13 | 3E | 0 | 5C | 3 | 65 | 5E | 34 |
| Octal | 135 | 370 | 23 | 76 | 0 | 134 | 3 | 145 | 136 | 64 |
| Binary | 1011101 | 11111000 | 10011 | 111110 | 0 | 1011100 | 11 | 1100101 | 1011110 | 110100 |
Color Harmonies of #5DF813
Complementary color
Monochromatic Colors of #5DF813
Black with #5DF813
Text Example
Text Example
White with #5DF813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF813; }
p { color: rgb(93,248,19); }
H1.HeaderClassName
{
color: #5DF813;
}
.AnyTagClassName
{
color: #5DF813;
}
</style>
background-color css
<style>
a { background-color: #5DF813; }
a { background-color: rgb(93,248,19); }
div.DivClassName
{
background-color: #5DF813;
}
.BgClassName
{
background-color: #5DF813;
}
</style>
border-color css
<style>
span { border-color: #5DF813; }
span { border-color: rgb(93,248,19); }
td.TdClassName
{
border-color: #5DF813;
}
.TagClassName
{
border-color: #5DF813;
}
</style>