#5BBF73

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

Shades of Emerald #5BBF73

Tints of Emerald #5BBF73

Color information

#5BBF73 (or 0x5BBF73) is unknown color: approx Emerald. HEX triplet: 5B, BF and 73. RGB value is (91,191,115). Sum of RGB (Red+Green+Blue) = 91+191+115=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #5BBF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBF73 is #A4408C. Grayscale: #989898. Windows color (decimal): -10764429 or 7585627. OLE color: 7585627.

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

Color convert

RGB91191115-
CMYK0.5200.400.25
HSL134.4º43.86%55.29%-
HSV(B)134.4º52.36%74.9%-
XYZ26.0440.7222.71-
YUV152.44106.8784.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.92%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=22.92%
G=48.11%
B=28.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911911150.5200.400.25134.443.8655.29
Hex5BBF733402819862c37
Octal13327716364050312065467
Binary101101110111111111001111010001010001100110000110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,191,115); }

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

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

 a { background-color: rgb(91,191,115); }

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

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

 span { border-color: rgb(91,191,115); }

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