Html Css Color HEX #5BDC8C Emerald

📋 copy color: '#5BDC8C'

red 91 ◦ green 220 ◦ blue 140

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

Shades of Emerald #5BDC8C

Tints of Emerald #5BDC8C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.78%

 BLUE value IS 140 (55.08% from 255) = 31.04%

R = 20.18%
G = 48.78%
B = 31.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#5BDC8C (or 0x5BDC8C) is known color: Emerald. HEX triplet: 5B, DC and 8C. RGB value is (91,220,140). Sum of RGB (Red+Green+Blue) = 91+220+140=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDC8C is #A42373. Grayscale: #ACACAC. Windows color (decimal): -10756980 or 9231451. OLE color: 9231451.

HSL color Cylindrical-coordinate representation of color #5BDC8C: hue angle of 142.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDC8C is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 220 140 -
CMYK 0.59 0 0.36 0.14
HSL 142.79º 0.65% 0.61% -
HSV(B) 142.79º 0.59% 0.86% -
XYZ 34.64 55.3 33.66 -
YUV 172.31 109.76 70 -
System Red Green Blue C M Y K H S L
Decimal 91 220 140 0.59 0 0.36 0.14 142.79 0.65 0.61
Hex 5B DC 8C 3B 0 24 E 8F 41 3D
Octal 133 334 214 73 0 44 16 217 101 75
Binary 1011011 11011100 10001100 111011 0 100100 1110 10001111 1000001 111101

Color Harmonies of #5BDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDC8C

Black with #5BDC8C

Text Example


Text Example

White with #5BDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,220,140); }

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

background-color css

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

 a { background-color: rgb(91,220,140); }

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

border-color css

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

 span { border-color: rgb(91,220,140); }

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