Html Css Color HEX #5BC080 Emerald

📋 copy color: '#5BC080'

red 91 ◦ green 192 ◦ blue 128

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

Shades of Emerald #5BC080

Tints of Emerald #5BC080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.72%

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

R = 22.14%
G = 46.72%
B = 31.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#5BC080 (or 0x5BC080) is known color: Emerald. HEX triplet: 5B, C0 and 80. RGB value is (91,192,128). Sum of RGB (Red+Green+Blue) = 91+192+128=411 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.14% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC080 is #A43F7F. Grayscale: #9A9A9A. Windows color (decimal): -10764160 or 8437851. OLE color: 8437851.

HSL color Cylindrical-coordinate representation of color #5BC080: hue angle of 141.98º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC080 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 192 128 -
CMYK 0.53 0 0.33 0.25
HSL 141.98º 0.44% 0.55% -
HSV(B) 141.98º 0.53% 0.75% -
XYZ 27.06 41.48 27 -
YUV 154.51 113.04 82.7 -
System Red Green Blue C M Y K H S L
Decimal 91 192 128 0.53 0 0.33 0.25 141.98 0.44 0.55
Hex 5B C0 80 35 0 21 19 8E 2C 37
Octal 133 300 200 65 0 41 31 216 54 67
Binary 1011011 11000000 10000000 110101 0 100001 11001 10001110 101100 110111

Color Harmonies of #5BC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC080

Black with #5BC080

Text Example


Text Example

White with #5BC080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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