#58dd68

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

Shades of Emerald #58DD68

Tints of Emerald #58DD68

Color information

#58DD68 (or 0x58DD68) is unknown color: approx Emerald. HEX triplet: 58, DD and 68. RGB value is (88,221,104). Sum of RGB (Red+Green+Blue) = 88+221+104=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DD68 is #A72297. Grayscale: #A8A8A8. Windows color (decimal): -10953368 or 6872408. OLE color: 6872408.

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

Color convert

RGB88221104-
CMYK0.6000.530.13
HSL127.22º66.17%60.59%-
HSV(B)127.22º60.18%86.67%-
XYZ32.3854.7921.97-
YUV167.991.9471.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.31%
GREEN value IS 221 (86.72% from 255) = 53.51%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=21.31%
G=53.51%
B=25.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal882211040.6000.530.13127.2266.1760.59
Hex58DD683C035D7f423d
Octal130335150740651517710275
Binary10110001101110111010001111000110101110111111111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58dd68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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