Shades of Bright Green #5AE602
Tints of Bright Green #5AE602
RGB
CMYK
RGB Variations
Color information
#5AE602 (or 0x5AE602) is known color: Bright Green. HEX triplet: 5A, E6 and 02. RGB value is (90,230,2). Sum of RGB (Red+Green+Blue) = 90+230+2=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 230 (90.23% from 255 or 71.43% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE602 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AE602 is #A519FD. Grayscale: #A2A2A2. Windows color (decimal): -10820094 or 190042. OLE color: 190042.
HSL color Cylindrical-coordinate representation of color #5AE602: hue angle of 96.84º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5AE602 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 230 | 2 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.10 |
| HSL | 96.84º | 0.98% | 0.45% | - |
| HSV(B) | 96.84º | 0.99% | 0.9% | - |
| XYZ | 32.52 | 58.77 | 9.69 | - |
| YUV | 162.15 | 37.62 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 2 | 0.61 | 0 | 0.99 | 0.10 | 96.84 | 0.98 | 0.45 |
| Hex | 5A | E6 | 2 | 3D | 0 | 63 | A | 61 | 62 | 2D |
| Octal | 132 | 346 | 2 | 75 | 0 | 143 | 12 | 141 | 142 | 55 |
| Binary | 1011010 | 11100110 | 10 | 111101 | 0 | 1100011 | 1010 | 1100001 | 1100010 | 101101 |
Color Harmonies of #5AE602
Complementary color
Monochromatic Colors of #5AE602
Black with #5AE602
Text Example
Text Example
White with #5AE602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE602; }
p { color: rgb(90,230,2); }
H1.HeaderClassName
{
color: #5AE602;
}
.AnyTagClassName
{
color: #5AE602;
}
</style>
background-color css
<style>
a { background-color: #5AE602; }
a { background-color: rgb(90,230,2); }
div.DivClassName
{
background-color: #5AE602;
}
.BgClassName
{
background-color: #5AE602;
}
</style>
border-color css
<style>
span { border-color: #5AE602; }
span { border-color: rgb(90,230,2); }
td.TdClassName
{
border-color: #5AE602;
}
.TagClassName
{
border-color: #5AE602;
}
</style>