Shades of Bright Green #5DEE12
Tints of Bright Green #5DEE12
RGB
CMYK
RGB Variations
Color information
#5DEE12 (or 0x5DEE12) is known color: Bright Green. HEX triplet: 5D, EE and 12. RGB value is (93,238,18). Sum of RGB (Red+Green+Blue) = 93+238+18=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 238 (93.36% from 255 or 68.19% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 238 - color contains mainly: green. Hex color #5DEE12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DEE12 is #A211ED. Grayscale: #AAAAAA. Windows color (decimal): -10621422 or 1240669. OLE color: 1240669.
HSL color Cylindrical-coordinate representation of color #5DEE12: hue angle of 99.55º 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 #5DEE12 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 238 | 18 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.07 |
| HSL | 99.55º | 0.87% | 0.5% | - |
| HSV(B) | 99.55º | 0.92% | 0.93% | - |
| XYZ | 35.2 | 63.52 | 10.98 | - |
| YUV | 169.57 | 42.46 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 18 | 0.61 | 0 | 0.92 | 0.07 | 99.55 | 0.87 | 0.5 |
| Hex | 5D | EE | 12 | 3D | 0 | 5C | 7 | 64 | 57 | 32 |
| Octal | 135 | 356 | 22 | 75 | 0 | 134 | 7 | 144 | 127 | 62 |
| Binary | 1011101 | 11101110 | 10010 | 111101 | 0 | 1011100 | 111 | 1100100 | 1010111 | 110010 |
Color Harmonies of #5DEE12
Complementary color
Monochromatic Colors of #5DEE12
Black with #5DEE12
Text Example
Text Example
White with #5DEE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEE12; }
p { color: rgb(93,238,18); }
H1.HeaderClassName
{
color: #5DEE12;
}
.AnyTagClassName
{
color: #5DEE12;
}
</style>
background-color css
<style>
a { background-color: #5DEE12; }
a { background-color: rgb(93,238,18); }
div.DivClassName
{
background-color: #5DEE12;
}
.BgClassName
{
background-color: #5DEE12;
}
</style>
border-color css
<style>
span { border-color: #5DEE12; }
span { border-color: rgb(93,238,18); }
td.TdClassName
{
border-color: #5DEE12;
}
.TagClassName
{
border-color: #5DEE12;
}
</style>