Html Css Color HEX #5BBD7C Emerald

📋 copy color: '#5BBD7C'

red 91 ◦ green 189 ◦ blue 124

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

Shades of Emerald #5BBD7C

Tints of Emerald #5BBD7C

RGB

 RED value IS 91 (35.94% from 255) = 22.52%

 GREEN value IS 189 (74.22% from 255) = 46.78%

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 22.52%
G = 46.78%
B = 30.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#5BBD7C (or 0x5BBD7C) is known color: Emerald. HEX triplet: 5B, BD and 7C. RGB value is (91,189,124). Sum of RGB (Red+Green+Blue) = 91+189+124=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBD7C is #A44283. Grayscale: #989898. Windows color (decimal): -10764932 or 8174939. OLE color: 8174939.

HSL color Cylindrical-coordinate representation of color #5BBD7C: hue angle of 140.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBD7C is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 189 124 -
CMYK 0.52 0 0.34 0.26
HSL 140.2º 0.43% 0.55% -
HSV(B) 140.2º 0.52% 0.74% -
XYZ 26.15 40.07 25.43 -
YUV 152.29 112.03 84.29 -
System Red Green Blue C M Y K H S L
Decimal 91 189 124 0.52 0 0.34 0.26 140.2 0.43 0.55
Hex 5B BD 7C 34 0 22 1A 8C 2B 37
Octal 133 275 174 64 0 42 32 214 53 67
Binary 1011011 10111101 1111100 110100 0 100010 11010 10001100 101011 110111

Color Harmonies of #5BBD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBD7C

Black with #5BBD7C

Text Example


Text Example

White with #5BBD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,189,124); }

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

background-color css

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

 a { background-color: rgb(91,189,124); }

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

border-color css

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

 span { border-color: rgb(91,189,124); }

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