Html Css Color HEX #5ED07D Emerald

📋 copy color: '#5ED07D'

red 94 ◦ green 208 ◦ blue 125

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

Shades of Emerald #5ED07D

Tints of Emerald #5ED07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.71%

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 22.01%
G = 48.71%
B = 29.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#5ED07D (or 0x5ED07D) is known color: Emerald. HEX triplet: 5E, D0 and 7D. RGB value is (94,208,125). Sum of RGB (Red+Green+Blue) = 94+208+125=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED07D is #A12F82. Grayscale: #A4A4A4. Windows color (decimal): -10563459 or 8245342. OLE color: 8245342.

HSL color Cylindrical-coordinate representation of color #5ED07D: hue angle of 136.32º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED07D is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 94 208 125 -
CMYK 0.55 0 0.40 0.18
HSL 136.32º 0.55% 0.59% -
HSV(B) 136.32º 0.55% 0.82% -
XYZ 30.87 48.97 27.23 -
YUV 164.45 105.73 77.75 -
System Red Green Blue C M Y K H S L
Decimal 94 208 125 0.55 0 0.40 0.18 136.32 0.55 0.59
Hex 5E D0 7D 37 0 28 12 88 37 3B
Octal 136 320 175 67 0 50 22 210 67 73
Binary 1011110 11010000 1111101 110111 0 101000 10010 10001000 110111 111011

Color Harmonies of #5ED07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED07D

Black with #5ED07D

Text Example


Text Example

White with #5ED07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,208,125); }

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

background-color css

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

 a { background-color: rgb(94,208,125); }

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

border-color css

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

 span { border-color: rgb(94,208,125); }

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