Html Css Color HEX #5EE080 Emerald

📋 copy color: '#5EE080'

red 94 ◦ green 224 ◦ blue 128

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

Shades of Emerald #5EE080

Tints of Emerald #5EE080

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.22%

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

R = 21.08%
G = 50.22%
B = 28.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#5EE080 (or 0x5EE080) is known color: Emerald. HEX triplet: 5E, E0 and 80. RGB value is (94,224,128). Sum of RGB (Red+Green+Blue) = 94+224+128=446 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.08% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE080 is #A11F7F. Grayscale: #AEAEAE. Windows color (decimal): -10559360 or 8446046. OLE color: 8446046.

HSL color Cylindrical-coordinate representation of color #5EE080: hue angle of 135.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE080 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 94 224 128 -
CMYK 0.58 0 0.43 0.12
HSL 135.69º 0.68% 0.62% -
HSV(B) 135.69º 0.58% 0.88% -
XYZ 35.17 57.25 29.62 -
YUV 174.19 101.93 70.81 -
System Red Green Blue C M Y K H S L
Decimal 94 224 128 0.58 0 0.43 0.12 135.69 0.68 0.62
Hex 5E E0 80 3A 0 2B C 88 44 3E
Octal 136 340 200 72 0 53 14 210 104 76
Binary 1011110 11100000 10000000 111010 0 101011 1100 10001000 1000100 111110

Color Harmonies of #5EE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE080

Black with #5EE080

Text Example


Text Example

White with #5EE080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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