#58DD86

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

Shades of Emerald #58DD86

Tints of Emerald #58DD86

Color information

#58DD86 (or 0x58DD86) is unknown color: approx Emerald. HEX triplet: 58, DD and 86. RGB value is (88,221,134). Sum of RGB (Red+Green+Blue) = 88+221+134=443 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.86% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DD86 is #A72279. Grayscale: #ABABAB. Windows color (decimal): -10953338 or 8838488. OLE color: 8838488.

HSL color Cylindrical-coordinate representation of color #58DD86: hue angle of 140.75º 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 #58DD86 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB88221134-
CMYK0.6000.390.13
HSL140.75º66.17%60.59%-
HSV(B)140.75º60.18%86.67%-
XYZ34.1855.5131.47-
YUV171.32106.9468.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.86%
GREEN value IS 221 (86.72% from 255) = 49.89%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=19.86%
G=49.89%
B=30.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal882211340.6000.390.13140.7566.1760.59
Hex58DD863C027D8d423d
Octal130335206740471521510275
Binary1011000110111011000011011110001001111101100011011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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