#5BC982

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

Shades of Emerald #5BC982

Tints of Emerald #5BC982

Color information

#5BC982 (or 0x5BC982) is unknown color: approx Emerald. HEX triplet: 5B, C9 and 82. RGB value is (91,201,130). Sum of RGB (Red+Green+Blue) = 91+201+130=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC982 is #A4367D. Grayscale: #A0A0A0. Windows color (decimal): -10761854 or 8571227. OLE color: 8571227.

HSL color Cylindrical-coordinate representation of color #5BC982: hue angle of 141.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BC982 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB91201130-
CMYK0.5500.350.21
HSL141.27º50.46%57.25%-
HSV(B)141.27º54.73%78.82%-
XYZ29.2345.6128.38-
YUV160.02111.0678.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.56%
GREEN value IS 201 (78.91% from 255) = 47.63%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=21.56%
G=47.63%
B=30.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal912011300.5500.350.21141.2750.4657.25
Hex5BC98237023158d3239
Octal13331120267043252156271
Binary1011011110010011000001011011101000111010110001101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,201,130); }

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

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

 a { background-color: rgb(91,201,130); }

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

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

 span { border-color: rgb(91,201,130); }

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