#5BCB6D

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

Shades of Emerald #5BCB6D

Tints of Emerald #5BCB6D

Color information

#5BCB6D (or 0x5BCB6D) is unknown color: approx Emerald. HEX triplet: 5B, CB and 6D. RGB value is (91,203,109). Sum of RGB (Red+Green+Blue) = 91+203+109=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCB6D is #A43492. Grayscale: #9F9F9F. Windows color (decimal): -10761363 or 7195483. OLE color: 7195483.

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

Color convert

RGB91203109-
CMYK0.5500.460.20
HSL129.64º51.85%57.65%-
HSV(B)129.64º55.17%79.61%-
XYZ28.4346.0421.86-
YUV158.899.8979.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.58%
GREEN value IS 203 (79.69% from 255) = 50.37%
BLUE value IS 109 (42.97% from 255) = 27.05%
R=22.58%
G=50.37%
B=27.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal912031090.5500.460.20129.6451.8557.65
Hex5BCB6D3702E1482343a
Octal13331315567056242026472
Binary101101111001011110110111011101011101010010000010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,203,109); }

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

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

 a { background-color: rgb(91,203,109); }

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

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

 span { border-color: rgb(91,203,109); }

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