#58D982

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

Shades of Emerald #58D982

Tints of Emerald #58D982

Color information

#58D982 (or 0x58D982) is unknown color: approx Emerald. HEX triplet: 58, D9 and 82. RGB value is (88,217,130). Sum of RGB (Red+Green+Blue) = 88+217+130=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #58D982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D982 is #A7267D. Grayscale: #A8A8A8. Windows color (decimal): -10954366 or 8575320. OLE color: 8575320.

HSL color Cylindrical-coordinate representation of color #58D982: hue angle of 139.53º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D982 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB88217130-
CMYK0.5900.400.15
HSL139.53º62.93%59.8%-
HSV(B)139.53º59.45%85.1%-
XYZ32.8753.3129.68-
YUV168.51106.2670.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.23%
GREEN value IS 217 (85.16% from 255) = 49.89%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=20.23%
G=49.89%
B=29.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal882171300.5900.400.15139.5362.9359.8
Hex58D9823B028F8c3f3c
Octal13033120273050172147774
Binary101100011011001100000101110110101000111110001100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,217,130); }

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

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

 a { background-color: rgb(88,217,130); }

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

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

 span { border-color: rgb(88,217,130); }

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