#58D962

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

Shades of Emerald #58D962

Tints of Emerald #58D962

Color information

#58D962 (or 0x58D962) is unknown color: approx Emerald. HEX triplet: 58, D9 and 62. RGB value is (88,217,98). Sum of RGB (Red+Green+Blue) = 88+217+98=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #58D962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D962 is #A7269D. Grayscale: #A5A5A5. Windows color (decimal): -10954398 or 6478168. OLE color: 6478168.

HSL color Cylindrical-coordinate representation of color #58D962: hue angle of 124.65º 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 #58D962 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB8821798-
CMYK0.5900.550.15
HSL124.65º62.93%59.8%-
HSV(B)124.65º59.45%85.1%-
XYZ31.0452.5820.07-
YUV164.8690.2673.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.84%
GREEN value IS 217 (85.16% from 255) = 53.85%
BLUE value IS 98 (38.67% from 255) = 24.32%
R=21.84%
G=53.85%
B=24.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal88217980.5900.550.15124.6562.9359.8
Hex58D9623B037F7d3f3c
Octal13033114273067171757774
Binary1011000110110011100010111011011011111111111101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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