#5DCE82

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

Shades of Emerald #5DCE82

Tints of Emerald #5DCE82

Color information

#5DCE82 (or 0x5DCE82) is unknown color: approx Emerald. HEX triplet: 5D, CE and 82. RGB value is (93,206,130). Sum of RGB (Red+Green+Blue) = 93+206+130=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCE82 is #A2317D. Grayscale: #A3A3A3. Windows color (decimal): -10629502 or 8572509. OLE color: 8572509.

HSL color Cylindrical-coordinate representation of color #5DCE82: hue angle of 139.65º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCE82 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB93206130-
CMYK0.5500.370.19
HSL139.65º53.55%58.63%-
HSV(B)139.65º54.85%80.78%-
XYZ30.6148.0828.79-
YUV163.55109.0677.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.68%
GREEN value IS 206 (80.86% from 255) = 48.02%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=21.68%
G=48.02%
B=30.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932061300.5500.370.19139.6553.5558.63
Hex5DCE8237025138c363b
Octal13531620267045232146673
Binary1011101110011101000001011011101001011001110001100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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