Shades of Bright Green #5AE200
Tints of Bright Green #5AE200
RGB
CMYK
RGB Variations
Color information
#5AE200 (or 0x5AE200) is known color: Bright Green. HEX triplet: 5A, E2 and 00. RGB value is (90,226,0). Sum of RGB (Red+Green+Blue) = 90+226+0=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 226 (88.67% from 255 or 71.52% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 226 - color contains mainly: green. Hex color #5AE200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AE200 is #A51DFF. Grayscale: #A0A0A0. Windows color (decimal): -10821120 or 57946. OLE color: 57946.
HSL color Cylindrical-coordinate representation of color #5AE200: hue angle of 96.11º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5AE200 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 226 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.11 |
| HSL | 96.11º | 1% | 0.44% | - |
| HSV(B) | 96.11º | 1% | 0.89% | - |
| XYZ | 31.41 | 56.57 | 9.26 | - |
| YUV | 159.57 | 37.94 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 226 | 0 | 0.60 | 0 | 1 | 0.11 | 96.11 | 1 | 0.44 |
| Hex | 5A | E2 | 0 | 3C | 0 | 64 | B | 60 | 64 | 2C |
| Octal | 132 | 342 | 0 | 74 | 0 | 144 | 13 | 140 | 144 | 54 |
| Binary | 1011010 | 11100010 | 0 | 111100 | 0 | 1100100 | 1011 | 1100000 | 1100100 | 101100 |
Color Harmonies of #5AE200
Complementary color
Monochromatic Colors of #5AE200
Black with #5AE200
Text Example
Text Example
White with #5AE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE200; }
p { color: rgb(90,226,0); }
H1.HeaderClassName
{
color: #5AE200;
}
.AnyTagClassName
{
color: #5AE200;
}
</style>
background-color css
<style>
a { background-color: #5AE200; }
a { background-color: rgb(90,226,0); }
div.DivClassName
{
background-color: #5AE200;
}
.BgClassName
{
background-color: #5AE200;
}
</style>
border-color css
<style>
span { border-color: #5AE200; }
span { border-color: rgb(90,226,0); }
td.TdClassName
{
border-color: #5AE200;
}
.TagClassName
{
border-color: #5AE200;
}
</style>