#58bf7d

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

Shades of Emerald #58BF7D

Tints of Emerald #58BF7D

Color information

#58BF7D (or 0x58BF7D) is unknown color: approx Emerald. HEX triplet: 58, BF and 7D. RGB value is (88,191,125). Sum of RGB (Red+Green+Blue) = 88+191+125=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #58BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BF7D is #A74082. Grayscale: #989898. Windows color (decimal): -10961027 or 8240984. OLE color: 8240984.

HSL color Cylindrical-coordinate representation of color #58BF7D: hue angle of 141.55º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BF7D is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB88191125-
CMYK0.5400.350.25
HSL141.55º44.59%54.71%-
HSV(B)141.55º53.93%74.9%-
XYZ26.3640.8225.89-
YUV152.68112.3881.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.78%
GREEN value IS 191 (75% from 255) = 47.28%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=21.78%
G=47.28%
B=30.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881911250.5400.350.25141.5544.5954.71
Hex58BF7D36023198e2d37
Octal13027717566043312165567
Binary101100010111111111110111011001000111100110001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58bf7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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