#5DBF77

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

Shades of Emerald #5DBF77

Tints of Emerald #5DBF77

Color information

#5DBF77 (or 0x5DBF77) is unknown color: approx Emerald. HEX triplet: 5D, BF and 77. RGB value is (93,191,119). Sum of RGB (Red+Green+Blue) = 93+191+119=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBF77 is #A24088. Grayscale: #999999. Windows color (decimal): -10633353 or 7847773. OLE color: 7847773.

HSL color Cylindrical-coordinate representation of color #5DBF77: hue angle of 135.92º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBF77 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB93191119-
CMYK0.5100.380.25
HSL135.92º43.36%55.69%-
HSV(B)135.92º51.31%74.9%-
XYZ26.4740.9223.96-
YUV153.49108.5384.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.08%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=23.08%
G=47.39%
B=29.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931911190.5100.380.25135.9243.3655.69
Hex5DBF773302619882b38
Octal13527716763046312105370
Binary101110110111111111011111001101001101100110001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,191,119); }

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

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

 a { background-color: rgb(93,191,119); }

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

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

 span { border-color: rgb(93,191,119); }

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