Shades of Bright Green #5AED13
Tints of Bright Green #5AED13
RGB
CMYK
RGB Variations
Color information
#5AED13 (or 0x5AED13) is known color: Bright Green. HEX triplet: 5A, ED and 13. RGB value is (90,237,19). Sum of RGB (Red+Green+Blue) = 90+237+19=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 237 (92.97% from 255 or 68.50% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 237 - color contains mainly: green. Hex color #5AED13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AED13 is #A512EC. Grayscale: #A8A8A8. Windows color (decimal): -10818285 or 1305946. OLE color: 1305946.
HSL color Cylindrical-coordinate representation of color #5AED13: hue angle of 100.46º degrees, saturation: 0.86, 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 #5AED13 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 19 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.07 |
| HSL | 100.46º | 0.86% | 0.5% | - |
| HSV(B) | 100.46º | 0.92% | 0.93% | - |
| XYZ | 34.62 | 62.79 | 10.91 | - |
| YUV | 168.2 | 43.8 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 19 | 0.62 | 0 | 0.92 | 0.07 | 100.46 | 0.86 | 0.5 |
| Hex | 5A | ED | 13 | 3E | 0 | 5C | 7 | 64 | 56 | 32 |
| Octal | 132 | 355 | 23 | 76 | 0 | 134 | 7 | 144 | 126 | 62 |
| Binary | 1011010 | 11101101 | 10011 | 111110 | 0 | 1011100 | 111 | 1100100 | 1010110 | 110010 |
Color Harmonies of #5AED13
Complementary color
Monochromatic Colors of #5AED13
Black with #5AED13
Text Example
Text Example
White with #5AED13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AED13; }
p { color: rgb(90,237,19); }
H1.HeaderClassName
{
color: #5AED13;
}
.AnyTagClassName
{
color: #5AED13;
}
</style>
background-color css
<style>
a { background-color: #5AED13; }
a { background-color: rgb(90,237,19); }
div.DivClassName
{
background-color: #5AED13;
}
.BgClassName
{
background-color: #5AED13;
}
</style>
border-color css
<style>
span { border-color: #5AED13; }
span { border-color: rgb(90,237,19); }
td.TdClassName
{
border-color: #5AED13;
}
.TagClassName
{
border-color: #5AED13;
}
</style>