#5DBF75

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

Shades of Emerald #5DBF75

Tints of Emerald #5DBF75

Color information

#5DBF75 (or 0x5DBF75) is unknown color: approx Emerald. HEX triplet: 5D, BF and 75. RGB value is (93,191,117). Sum of RGB (Red+Green+Blue) = 93+191+117=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBF75 is #A2408A. Grayscale: #999999. Windows color (decimal): -10633355 or 7716701. OLE color: 7716701.

HSL color Cylindrical-coordinate representation of color #5DBF75: hue angle of 134.69º 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 #5DBF75 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB93191117-
CMYK0.5100.390.25
HSL134.69º43.36%55.69%-
HSV(B)134.69º51.31%74.9%-
XYZ26.3640.8723.33-
YUV153.26107.5385.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.19%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=23.19%
G=47.63%
B=29.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931911170.5100.390.25134.6943.3655.69
Hex5DBF753302719872b38
Octal13527716563047312075370
Binary101110110111111111010111001101001111100110000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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