#58DD7D

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

Shades of Emerald #58DD7D

Tints of Emerald #58DD7D

Color information

#58DD7D (or 0x58DD7D) is unknown color: approx Emerald. HEX triplet: 58, DD and 7D. RGB value is (88,221,125). Sum of RGB (Red+Green+Blue) = 88+221+125=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DD7D is #A72282. Grayscale: #AAAAAA. Windows color (decimal): -10953347 or 8248664. OLE color: 8248664.

HSL color Cylindrical-coordinate representation of color #58DD7D: hue angle of 136.69º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DD7D is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB88221125-
CMYK0.6000.430.13
HSL136.69º66.17%60.59%-
HSV(B)136.69º60.18%86.67%-
XYZ33.5855.2728.3-
YUV170.29102.4469.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.28%
GREEN value IS 221 (86.72% from 255) = 50.92%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=20.28%
G=50.92%
B=28.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal882211250.6000.430.13136.6966.1760.59
Hex58DD7D3C02BD89423d
Octal130335175740531521110275
Binary101100011011101111110111110001010111101100010011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58DD7D; }

 p { color: rgb(88,221,125); }

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

<style>
 a { background-color: #58DD7D; }

 a { background-color: rgb(88,221,125); }

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

<style>
 span { border-color: #58DD7D; }

 span { border-color: rgb(88,221,125); }

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