#5DC982

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

Shades of Emerald #5DC982

Tints of Emerald #5DC982

Color information

#5DC982 (or 0x5DC982) is unknown color: approx Emerald. HEX triplet: 5D, C9 and 82. RGB value is (93,201,130). Sum of RGB (Red+Green+Blue) = 93+201+130=424 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.93% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC982 is #A2367D. Grayscale: #A0A0A0. Windows color (decimal): -10630782 or 8571229. OLE color: 8571229.

HSL color Cylindrical-coordinate representation of color #5DC982: hue angle of 140.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DC982 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB93201130-
CMYK0.5400.350.21
HSL140.56º50%57.65%-
HSV(B)140.56º53.73%78.82%-
XYZ29.4345.7128.39-
YUV160.61110.7279.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.93%
GREEN value IS 201 (78.91% from 255) = 47.41%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=21.93%
G=47.41%
B=30.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal932011300.5400.350.21140.565057.65
Hex5DC98236023158d323a
Octal13531120266043252156272
Binary1011101110010011000001011011001000111010110001101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,201,130); }

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

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

 a { background-color: rgb(93,201,130); }

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

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

 span { border-color: rgb(93,201,130); }

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