Shades of Bright Green #5AE702
Tints of Bright Green #5AE702
RGB
CMYK
RGB Variations
Color information
#5AE702 (or 0x5AE702) is known color: Bright Green. HEX triplet: 5A, E7 and 02. RGB value is (90,231,2). Sum of RGB (Red+Green+Blue) = 90+231+2=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 231 (90.62% from 255 or 71.52% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 231 - color contains mainly: green. Hex color #5AE702 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AE702 is #A518FD. Grayscale: #A3A3A3. Windows color (decimal): -10819838 or 190298. OLE color: 190298.
HSL color Cylindrical-coordinate representation of color #5AE702: hue angle of 96.94º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5AE702 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 231 | 2 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.09 |
| HSL | 96.94º | 0.98% | 0.46% | - |
| HSV(B) | 96.94º | 0.99% | 0.91% | - |
| XYZ | 32.8 | 59.33 | 9.78 | - |
| YUV | 162.74 | 37.29 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 231 | 2 | 0.61 | 0 | 0.99 | 0.09 | 96.94 | 0.98 | 0.46 |
| Hex | 5A | E7 | 2 | 3D | 0 | 63 | 9 | 61 | 62 | 2E |
| Octal | 132 | 347 | 2 | 75 | 0 | 143 | 11 | 141 | 142 | 56 |
| Binary | 1011010 | 11100111 | 10 | 111101 | 0 | 1100011 | 1001 | 1100001 | 1100010 | 101110 |
Color Harmonies of #5AE702
Complementary color
Monochromatic Colors of #5AE702
Black with #5AE702
Text Example
Text Example
White with #5AE702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE702; }
p { color: rgb(90,231,2); }
H1.HeaderClassName
{
color: #5AE702;
}
.AnyTagClassName
{
color: #5AE702;
}
</style>
background-color css
<style>
a { background-color: #5AE702; }
a { background-color: rgb(90,231,2); }
div.DivClassName
{
background-color: #5AE702;
}
.BgClassName
{
background-color: #5AE702;
}
</style>
border-color css
<style>
span { border-color: #5AE702; }
span { border-color: rgb(90,231,2); }
td.TdClassName
{
border-color: #5AE702;
}
.TagClassName
{
border-color: #5AE702;
}
</style>