#5BC480

Color #5BC480 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5BC480

Tints of Emerald #5BC480

Color information

#5BC480 (or 0x5BC480) is unknown color: approx Emerald. HEX triplet: 5B, C4 and 80. RGB value is (91,196,128). Sum of RGB (Red+Green+Blue) = 91+196+128=415 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.93% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #5BC480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC480 is #A43B7F. Grayscale: #9D9D9D. Windows color (decimal): -10763136 or 8438875. OLE color: 8438875.

HSL color Cylindrical-coordinate representation of color #5BC480: hue angle of 141.14º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC480 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB91196128-
CMYK0.5400.350.23
HSL141.14º47.09%56.27%-
HSV(B)141.14º53.57%76.86%-
XYZ27.9543.2627.3-
YUV156.85111.7181.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.93%
GREEN value IS 196 (76.95% from 255) = 47.23%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=21.93%
G=47.23%
B=30.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal911961280.5400.350.23141.1447.0956.27
Hex5BC48036023178d2f38
Octal13330420066043272155770
Binary1011011110001001000000011011001000111011110001101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5BC480;
 }
 .AnyTagClassName
 {
   color: #5BC480;
 }
</style>
background-color css

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

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

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

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

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

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