#5DCD74

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

Shades of Emerald #5DCD74

Tints of Emerald #5DCD74

Color information

#5DCD74 (or 0x5DCD74) is unknown color: approx Emerald. HEX triplet: 5D, CD and 74. RGB value is (93,205,116). Sum of RGB (Red+Green+Blue) = 93+205+116=414 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.46% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCD74 is #A2328B. Grayscale: #A1A1A1. Windows color (decimal): -10629772 or 7654749. OLE color: 7654749.

HSL color Cylindrical-coordinate representation of color #5DCD74: hue angle of 132.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCD74 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB93205116-
CMYK0.5500.430.20
HSL132.32º52.83%58.43%-
HSV(B)132.32º54.63%80.39%-
XYZ29.547.2524.09-
YUV161.37102.3979.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.46%
GREEN value IS 205 (80.47% from 255) = 49.52%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=22.46%
G=49.52%
B=28.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932051160.5500.430.20132.3252.8358.43
Hex5DCD743702B1484353a
Octal13531516467053242046572
Binary101110111001101111010011011101010111010010000100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,205,116); }

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

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

 a { background-color: rgb(93,205,116); }

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

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

 span { border-color: rgb(93,205,116); }

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