Html Css Color HEX #5DBA7F Emerald

📋 copy color: '#5DBA7F'

red 93 ◦ green 186 ◦ blue 127

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

Shades of Emerald #5DBA7F

Tints of Emerald #5DBA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.28%

R = 22.91%
G = 45.81%
B = 31.28%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#5DBA7F (or 0x5DBA7F) is known color: Emerald. HEX triplet: 5D, BA and 7F. RGB value is (93,186,127). Sum of RGB (Red+Green+Blue) = 93+186+127=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA7F is #A24580. Grayscale: #979797. Windows color (decimal): -10634625 or 8370781. OLE color: 8370781.

HSL color Cylindrical-coordinate representation of color #5DBA7F: hue angle of 141.94º 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 #5DBA7F is Cyan = 0.5, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 127 -
CMYK 0.5 0 0.32 0.27
HSL 141.94º 0.4% 0.55% -
HSV(B) 141.94º 0.5% 0.73% -
XYZ 25.9 38.98 26.24 -
YUV 151.47 114.19 86.3 -
System Red Green Blue C M Y K H S L
Decimal 93 186 127 0.5 0 0.32 0.27 141.94 0.4 0.55
Hex 5D BA 7F 32 0 20 1B 8E 28 37
Octal 135 272 177 62 0 40 33 216 50 67
Binary 1011101 10111010 1111111 110010 0 100000 11011 10001110 101000 110111

Color Harmonies of #5DBA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA7F

Black with #5DBA7F

Text Example


Text Example

White with #5DBA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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