Html Css Color HEX #5BC280 Emerald

📋 copy color: '#5BC280'

red 91 ◦ green 194 ◦ blue 128

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

Shades of Emerald #5BC280

Tints of Emerald #5BC280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.97%

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

R = 22.03%
G = 46.97%
B = 30.99%

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

#5BC280 (or 0x5BC280) is known color: Emerald. HEX triplet: 5B, C2 and 80. RGB value is (91,194,128). Sum of RGB (Red+Green+Blue) = 91+194+128=413 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.03% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC280 is #A43D7F. Grayscale: #9B9B9B. Windows color (decimal): -10763648 or 8438363. OLE color: 8438363.

HSL color Cylindrical-coordinate representation of color #5BC280: hue angle of 141.55º 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 #5BC280 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 91 194 128 -
CMYK 0.53 0 0.34 0.24
HSL 141.55º 0.46% 0.56% -
HSV(B) 141.55º 0.53% 0.76% -
XYZ 27.5 42.37 27.15 -
YUV 155.68 112.38 81.87 -
System Red Green Blue C M Y K H S L
Decimal 91 194 128 0.53 0 0.34 0.24 141.55 0.46 0.56
Hex 5B C2 80 35 0 22 18 8E 2E 38
Octal 133 302 200 65 0 42 30 216 56 70
Binary 1011011 11000010 10000000 110101 0 100010 11000 10001110 101110 111000

Color Harmonies of #5BC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC280

Black with #5BC280

Text Example


Text Example

White with #5BC280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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