#5BD07C

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

Shades of Emerald #5BD07C

Tints of Emerald #5BD07C

Color information

#5BD07C (or 0x5BD07C) is unknown color: approx Emerald. HEX triplet: 5B, D0 and 7C. RGB value is (91,208,124). Sum of RGB (Red+Green+Blue) = 91+208+124=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD07C is #A42F83. Grayscale: #A3A3A3. Windows color (decimal): -10760068 or 8179803. OLE color: 8179803.

HSL color Cylindrical-coordinate representation of color #5BD07C: hue angle of 136.92º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BD07C is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB91208124-
CMYK0.5600.400.18
HSL136.92º55.45%58.63%-
HSV(B)136.92º56.25%81.57%-
XYZ30.5148.7926.88-
YUV163.44105.7476.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.51%
GREEN value IS 208 (81.64% from 255) = 49.17%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=21.51%
G=49.17%
B=29.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal912081240.5600.400.18136.9255.4558.63
Hex5BD07C380281289373b
Octal13332017470050222116773
Binary101101111010000111110011100001010001001010001001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,208,124); }

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

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

 a { background-color: rgb(91,208,124); }

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

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

 span { border-color: rgb(91,208,124); }

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