#58C882

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

Shades of Emerald #58C882

Tints of Emerald #58C882

Color information

#58C882 (or 0x58C882) is unknown color: approx Emerald. HEX triplet: 58, C8 and 82. RGB value is (88,200,130). Sum of RGB (Red+Green+Blue) = 88+200+130=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #58C882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C882 is #A7377D. Grayscale: #9E9E9E. Windows color (decimal): -10958718 or 8570968. OLE color: 8570968.

HSL color Cylindrical-coordinate representation of color #58C882: hue angle of 142.5º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C882 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB88200130-
CMYK0.5600.350.22
HSL142.5º50.45%56.47%-
HSV(B)142.5º56%78.43%-
XYZ28.7144.9928.29-
YUV158.53111.8977.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.05%
GREEN value IS 200 (78.52% from 255) = 47.85%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=21.05%
G=47.85%
B=31.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal882001300.5600.350.22142.550.4556.47
Hex58C88238023168e3238
Octal13031020270043262166270
Binary1011000110010001000001011100001000111011010001110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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