#5AE801

Color #5AE801 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #5AE801

Tints of Bright Green #5AE801

Color information

#5AE801 (or 0x5AE801) is unknown color: approx Bright Green. HEX triplet: 5A, E8 and 01. RGB value is (90,232,1). Sum of RGB (Red+Green+Blue) = 90+232+1=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 232 (91.02% from 255 or 71.83% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 232 - color contains mainly: green. Hex color #5AE801 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AE801 is #A517FE. Grayscale: #A3A3A3. Windows color (decimal): -10819583 or 125018. OLE color: 125018.

HSL color Cylindrical-coordinate representation of color #5AE801: hue angle of 96.88º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5AE801 is Cyan = 0.61, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB902321-
CMYK0.6101.000.09
HSL96.88º99.14%45.69%-
HSV(B)96.88º99.57%90.98%-
XYZ33.0859.899.85-
YUV163.2136.4675.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 27.86%
GREEN value IS 232 (91.02% from 255) = 71.83%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=27.86%
G=71.83%
B=0.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal9023210.6101.000.0996.8899.1445.69
Hex5AE813D064961632e
Octal13235017501441114114356
Binary101101011101000111110101100100100111000011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AE801; }

 p { color: rgb(90,232,1); }

 H1.HeaderClassName
 {
   color: #5AE801;
 }
 .AnyTagClassName
 {
   color: #5AE801;
 }
</style>
background-color css

<style>
 a { background-color: #5AE801; }

 a { background-color: rgb(90,232,1); }

 div.DivClassName
 {
   background-color: #5AE801;
 }
 .BgClassName
 {
   background-color: #5AE801;
 }
</style>
border-color css

<style>
 span { border-color: #5AE801; }

 span { border-color: rgb(90,232,1); }

 td.TdClassName
 {
   border-color: #5AE801;
 }
 .TagClassName
 {
   border-color: #5AE801;
 }
</style>