#5EF529

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

Shades of Bright Green #5EF529

Tints of Bright Green #5EF529

Color information

#5EF529 (or 0x5EF529) is unknown color: approx Bright Green. HEX triplet: 5E, F5 and 29. RGB value is (94,245,41). Sum of RGB (Red+Green+Blue) = 94+245+41=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 245 (96.09% from 255 or 64.47% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 245 - color contains mainly: green. Hex color #5EF529 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF529 is #A10AD6. Grayscale: #B1B1B1. Windows color (decimal): -10554071 or 2749790. OLE color: 2749790.

HSL color Cylindrical-coordinate representation of color #5EF529: hue angle of 104.41º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5EF529 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB9424541-
CMYK0.6200.830.04
HSL104.41º91.07%56.08%-
HSV(B)104.41º83.27%96.08%-
XYZ37.6767.8413.21-
YUV176.651.4769.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.74%
GREEN value IS 245 (96.09% from 255) = 64.47%
BLUE value IS 41 (16.41% from 255) = 10.79%
R=24.74%
G=64.47%
B=10.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal94245410.6200.830.04104.4191.0756.08
Hex5EF5293E0534685b38
Octal13636551760123415013370
Binary1011110111101011010011111100101001110011010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,245,41); }

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

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

 a { background-color: rgb(94,245,41); }

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

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

 span { border-color: rgb(94,245,41); }

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