#5BC972

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

Shades of Emerald #5BC972

Tints of Emerald #5BC972

Color information

#5BC972 (or 0x5BC972) is unknown color: approx Emerald. HEX triplet: 5B, C9 and 72. RGB value is (91,201,114). Sum of RGB (Red+Green+Blue) = 91+201+114=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC972 is #A4368D. Grayscale: #9E9E9E. Windows color (decimal): -10761870 or 7522651. OLE color: 7522651.

HSL color Cylindrical-coordinate representation of color #5BC972: hue angle of 132.55º 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 #5BC972 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB91201114-
CMYK0.5500.430.21
HSL132.55º50.46%57.25%-
HSV(B)132.55º54.73%78.82%-
XYZ28.2445.2123.16-
YUV158.19103.0680.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.41%
GREEN value IS 201 (78.91% from 255) = 49.51%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=22.41%
G=49.51%
B=28.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal912011140.5500.430.21132.5550.4657.25
Hex5BC9723702B15853239
Octal13331116267053252056271
Binary101101111001001111001011011101010111010110000101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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