#5bcd7a

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

Shades of Emerald #5BCD7A

Tints of Emerald #5BCD7A

Color information

#5BCD7A (or 0x5BCD7A) is unknown color: approx Emerald. HEX triplet: 5B, CD and 7A. RGB value is (91,205,122). Sum of RGB (Red+Green+Blue) = 91+205+122=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCD7A is #A43285. Grayscale: #A1A1A1. Windows color (decimal): -10760838 or 8047963. OLE color: 8047963.

HSL color Cylindrical-coordinate representation of color #5BCD7A: hue angle of 136.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCD7A is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB91205122-
CMYK0.5600.400.20
HSL136.32º53.27%58.04%-
HSV(B)136.32º55.61%80.39%-
XYZ29.6647.2925.98-
YUV161.45105.7377.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.77%
GREEN value IS 205 (80.47% from 255) = 49.04%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=21.77%
G=49.04%
B=29.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal912051220.5600.400.20136.3253.2758.04
Hex5BCD7A380281488353a
Octal13331517270050242106572
Binary101101111001101111101011100001010001010010001000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bcd7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,205,122); }

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

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

 a { background-color: rgb(91,205,122); }

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

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

 span { border-color: rgb(91,205,122); }

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