#5DD686

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

Shades of Emerald #5DD686

Tints of Emerald #5DD686

Color information

#5DD686 (or 0x5DD686) is unknown color: approx Emerald. HEX triplet: 5D, D6 and 86. RGB value is (93,214,134). Sum of RGB (Red+Green+Blue) = 93+214+134=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD686 is #A22979. Grayscale: #A8A8A8. Windows color (decimal): -10627450 or 8836701. OLE color: 8836701.

HSL color Cylindrical-coordinate representation of color #5DD686: hue angle of 140.33º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD686 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB93214134-
CMYK0.5700.370.16
HSL140.33º59.61%60.2%-
HSV(B)140.33º56.54%83.92%-
XYZ32.8652.1430.89-
YUV168.7108.4174-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.09%
GREEN value IS 214 (83.98% from 255) = 48.53%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=21.09%
G=48.53%
B=30.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932141340.5700.370.16140.3359.6160.2
Hex5DD68639025108c3c3c
Octal13532620671045202147474
Binary1011101110101101000011011100101001011000010001100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,214,134); }

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

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

 a { background-color: rgb(93,214,134); }

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

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

 span { border-color: rgb(93,214,134); }

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