#58DB71

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

Shades of Emerald #58DB71

Tints of Emerald #58DB71

Color information

#58DB71 (or 0x58DB71) is unknown color: approx Emerald. HEX triplet: 58, DB and 71. RGB value is (88,219,113). Sum of RGB (Red+Green+Blue) = 88+219+113=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #58DB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DB71 is #A7248E. Grayscale: #A8A8A8. Windows color (decimal): -10953871 or 7461720. OLE color: 7461720.

HSL color Cylindrical-coordinate representation of color #58DB71: hue angle of 131.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DB71 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB88219113-
CMYK0.6000.480.14
HSL131.45º64.53%60.2%-
HSV(B)131.45º59.82%85.88%-
XYZ32.3453.9324.33-
YUV167.7597.171.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.95%
GREEN value IS 219 (85.94% from 255) = 52.14%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=20.95%
G=52.14%
B=26.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal882191130.6000.480.14131.4564.5360.2
Hex58DB713C030E83413c
Octal130333161740601620310174
Binary101100011011011111000111110001100001110100000111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,219,113); }

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

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

 a { background-color: rgb(88,219,113); }

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

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

 span { border-color: rgb(88,219,113); }

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