Html Css Color HEX #5EEC80 Pastel Green

📋 copy color: '#5EEC80'

red 94 ◦ green 236 ◦ blue 128

#5EEC80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #5EEC80

Tints of Pastel Green #5EEC80

RGB

 RED value IS 94 (37.11% from 255) = 20.52%

 GREEN value IS 236 (92.58% from 255) = 51.53%

 BLUE value IS 128 (50.39% from 255) = 27.95%

R = 20.52%
G = 51.53%
B = 27.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#5EEC80 (or 0x5EEC80) is known color: Pastel Green. HEX triplet: 5E, EC and 80. RGB value is (94,236,128). Sum of RGB (Red+Green+Blue) = 94+236+128=458 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.52% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #5EEC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEC80 is #A1137F. Grayscale: #B5B5B5. Windows color (decimal): -10556288 or 8449118. OLE color: 8449118.

HSL color Cylindrical-coordinate representation of color #5EEC80: hue angle of 134.37º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEC80 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 236 128 -
CMYK 0.60 0 0.46 0.07
HSL 134.37º 0.79% 0.65% -
HSV(B) 134.37º 0.6% 0.93% -
XYZ 38.51 63.93 30.73 -
YUV 181.23 97.96 65.78 -
System Red Green Blue C M Y K H S L
Decimal 94 236 128 0.60 0 0.46 0.07 134.37 0.79 0.65
Hex 5E EC 80 3C 0 2E 7 86 4F 41
Octal 136 354 200 74 0 56 7 206 117 101
Binary 1011110 11101100 10000000 111100 0 101110 111 10000110 1001111 1000001

Color Harmonies of #5EEC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEC80

Black with #5EEC80

Text Example


Text Example

White with #5EEC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,236,128); }

 H1.HeaderClassName
 {
   color: #5EEC80;
 }
 .AnyTagClassName
 {
   color: #5EEC80;
 }
</style>

background-color css

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

 a { background-color: rgb(94,236,128); }

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

border-color css

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

 span { border-color: rgb(94,236,128); }

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