Shades of Bright Green #5DEE13
Tints of Bright Green #5DEE13
RGB
CMYK
RGB Variations
Color information
#5DEE13 (or 0x5DEE13) is known color: Bright Green. HEX triplet: 5D, EE and 13. RGB value is (93,238,19). Sum of RGB (Red+Green+Blue) = 93+238+19=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 238 (93.36% from 255 or 68% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 238 - color contains mainly: green. Hex color #5DEE13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DEE13 is #A211EC. Grayscale: #AAAAAA. Windows color (decimal): -10621421 or 1306205. OLE color: 1306205.
HSL color Cylindrical-coordinate representation of color #5DEE13: hue angle of 99.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DEE13 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 238 | 19 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.07 |
| HSL | 99.73º | 0.87% | 0.5% | - |
| HSV(B) | 99.73º | 0.92% | 0.93% | - |
| XYZ | 35.21 | 63.52 | 11.02 | - |
| YUV | 169.68 | 42.96 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 19 | 0.61 | 0 | 0.92 | 0.07 | 99.73 | 0.87 | 0.5 |
| Hex | 5D | EE | 13 | 3D | 0 | 5C | 7 | 64 | 57 | 32 |
| Octal | 135 | 356 | 23 | 75 | 0 | 134 | 7 | 144 | 127 | 62 |
| Binary | 1011101 | 11101110 | 10011 | 111101 | 0 | 1011100 | 111 | 1100100 | 1010111 | 110010 |
Color Harmonies of #5DEE13
Complementary color
Monochromatic Colors of #5DEE13
Black with #5DEE13
Text Example
Text Example
White with #5DEE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEE13; }
p { color: rgb(93,238,19); }
H1.HeaderClassName
{
color: #5DEE13;
}
.AnyTagClassName
{
color: #5DEE13;
}
</style>
background-color css
<style>
a { background-color: #5DEE13; }
a { background-color: rgb(93,238,19); }
div.DivClassName
{
background-color: #5DEE13;
}
.BgClassName
{
background-color: #5DEE13;
}
</style>
border-color css
<style>
span { border-color: #5DEE13; }
span { border-color: rgb(93,238,19); }
td.TdClassName
{
border-color: #5DEE13;
}
.TagClassName
{
border-color: #5DEE13;
}
</style>