#5DCD7F

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

Shades of Emerald #5DCD7F

Tints of Emerald #5DCD7F

Color information

#5DCD7F (or 0x5DCD7F) is unknown color: approx Emerald. HEX triplet: 5D, CD and 7F. RGB value is (93,205,127). Sum of RGB (Red+Green+Blue) = 93+205+127=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCD7F is #A23280. Grayscale: #A2A2A2. Windows color (decimal): -10629761 or 8375645. OLE color: 8375645.

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

Color convert

RGB93205127-
CMYK0.5500.380.20
HSL138.21º52.83%58.43%-
HSV(B)138.21º54.63%80.39%-
XYZ30.1847.5227.66-
YUV162.62107.8978.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.88%
GREEN value IS 205 (80.47% from 255) = 48.24%
BLUE value IS 127 (50% from 255) = 29.88%
R=21.88%
G=48.24%
B=29.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932051270.5500.380.20138.2152.8358.43
Hex5DCD7F37026148a353a
Octal13531517767046242126572
Binary101110111001101111111111011101001101010010001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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