Html Css Color HEX #5BC380 Emerald

📋 copy color: '#5BC380'

red 91 ◦ green 195 ◦ blue 128

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

Shades of Emerald #5BC380

Tints of Emerald #5BC380

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.1%

 BLUE value IS 128 (50.39% from 255) = 30.92%

R = 21.98%
G = 47.1%
B = 30.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#5BC380 (or 0x5BC380) is known color: Emerald. HEX triplet: 5B, C3 and 80. RGB value is (91,195,128). Sum of RGB (Red+Green+Blue) = 91+195+128=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC380 is #A43C7F. Grayscale: #9C9C9C. Windows color (decimal): -10763392 or 8438619. OLE color: 8438619.

HSL color Cylindrical-coordinate representation of color #5BC380: hue angle of 141.35º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC380 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 91 195 128 -
CMYK 0.53 0 0.34 0.24
HSL 141.35º 0.46% 0.56% -
HSV(B) 141.35º 0.53% 0.76% -
XYZ 27.73 42.81 27.22 -
YUV 156.27 112.04 81.45 -
System Red Green Blue C M Y K H S L
Decimal 91 195 128 0.53 0 0.34 0.24 141.35 0.46 0.56
Hex 5B C3 80 35 0 22 18 8D 2E 38
Octal 133 303 200 65 0 42 30 215 56 70
Binary 1011011 11000011 10000000 110101 0 100010 11000 10001101 101110 111000

Color Harmonies of #5BC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC380

Black with #5BC380

Text Example


Text Example

White with #5BC380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,195,128); }

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

background-color css

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

 a { background-color: rgb(91,195,128); }

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

border-color css

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

 span { border-color: rgb(91,195,128); }

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