Html Css Color HEX #5DBA7D Emerald

📋 copy color: '#5DBA7D'

red 93 ◦ green 186 ◦ blue 125

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

Shades of Emerald #5DBA7D

Tints of Emerald #5DBA7D

RGB

 RED value IS 93 (36.72% from 255) = 23.02%

 GREEN value IS 186 (73.05% from 255) = 46.04%

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

R = 23.02%
G = 46.04%
B = 30.94%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#5DBA7D (or 0x5DBA7D) is known color: Emerald. HEX triplet: 5D, BA and 7D. RGB value is (93,186,125). Sum of RGB (Red+Green+Blue) = 93+186+125=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA7D is #A24582. Grayscale: #979797. Windows color (decimal): -10634627 or 8239709. OLE color: 8239709.

HSL color Cylindrical-coordinate representation of color #5DBA7D: hue angle of 140.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBA7D is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 125 -
CMYK 0.5 0 0.33 0.27
HSL 140.65º 0.4% 0.55% -
HSV(B) 140.65º 0.5% 0.73% -
XYZ 25.77 38.93 25.56 -
YUV 151.24 113.19 86.46 -
System Red Green Blue C M Y K H S L
Decimal 93 186 125 0.5 0 0.33 0.27 140.65 0.4 0.55
Hex 5D BA 7D 32 0 21 1B 8D 28 37
Octal 135 272 175 62 0 41 33 215 50 67
Binary 1011101 10111010 1111101 110010 0 100001 11011 10001101 101000 110111

Color Harmonies of #5DBA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA7D

Black with #5DBA7D

Text Example


Text Example

White with #5DBA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,186,125); }

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

background-color css

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

 a { background-color: rgb(93,186,125); }

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

border-color css

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

 span { border-color: rgb(93,186,125); }

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