#5BC07F

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

Shades of Emerald #5BC07F

Tints of Emerald #5BC07F

Color information

#5BC07F (or 0x5BC07F) is unknown color: approx Emerald. HEX triplet: 5B, C0 and 7F. RGB value is (91,192,127). Sum of RGB (Red+Green+Blue) = 91+192+127=410 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.20% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC07F is #A43F80. Grayscale: #9A9A9A. Windows color (decimal): -10764161 or 8372315. OLE color: 8372315.

HSL color Cylindrical-coordinate representation of color #5BC07F: hue angle of 141.39º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC07F is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB91192127-
CMYK0.5300.340.25
HSL141.39º44.49%55.49%-
HSV(B)141.39º52.6%75.29%-
XYZ26.9941.4626.66-
YUV154.39112.5482.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.20%
GREEN value IS 192 (75.39% from 255) = 46.83%
BLUE value IS 127 (50% from 255) = 30.98%
R=22.20%
G=46.83%
B=30.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911921270.5300.340.25141.3944.4955.49
Hex5BC07F35022198d2c37
Octal13330017765042312155467
Binary101101111000000111111111010101000101100110001101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,192,127); }

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

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

 a { background-color: rgb(91,192,127); }

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

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

 span { border-color: rgb(91,192,127); }

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