#58D275

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

Shades of Emerald #58D275

Tints of Emerald #58D275

Color information

#58D275 (or 0x58D275) is unknown color: approx Emerald. HEX triplet: 58, D2 and 75. RGB value is (88,210,117). Sum of RGB (Red+Green+Blue) = 88+210+117=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #58D275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D275 is #A72D8A. Grayscale: #A3A3A3. Windows color (decimal): -10956171 or 7721560. OLE color: 7721560.

HSL color Cylindrical-coordinate representation of color #58D275: hue angle of 134.26º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D275 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB88210117-
CMYK0.5800.440.18
HSL134.26º57.55%58.43%-
HSV(B)134.26º58.1%82.35%-
XYZ30.2849.4524.78-
YUV162.92102.0874.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.20%
GREEN value IS 210 (82.42% from 255) = 50.60%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=21.20%
G=50.60%
B=28.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal882101170.5800.440.18134.2657.5558.43
Hex58D2753A02C12863a3a
Octal13032216572054222067272
Binary101100011010010111010111101001011001001010000110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,210,117); }

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

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

 a { background-color: rgb(88,210,117); }

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

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

 span { border-color: rgb(88,210,117); }

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