Html Css Color HEX #58DB72 Emerald

📋 copy color: '#58DB72'

red 88 ◦ green 219 ◦ blue 114

#58DB72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #58DB72

Tints of Emerald #58DB72

RGB

 RED value IS 88 (34.77% from 255) = 20.9%

 GREEN value IS 219 (85.94% from 255) = 52.02%

 BLUE value IS 114 (44.92% from 255) = 27.08%

R = 20.9%
G = 52.02%
B = 27.08%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#58DB72 (or 0x58DB72) is known color: Emerald. HEX triplet: 58, DB and 72. RGB value is (88,219,114). Sum of RGB (Red+Green+Blue) = 88+219+114=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #58DB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DB72 is #A7248D. Grayscale: #A8A8A8. Windows color (decimal): -10953870 or 7527256. OLE color: 7527256.

HSL color Cylindrical-coordinate representation of color #58DB72: hue angle of 131.91º 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 #58DB72 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 219 114 -
CMYK 0.60 0 0.48 0.14
HSL 131.91º 0.65% 0.6% -
HSV(B) 131.91º 0.6% 0.86% -
XYZ 32.39 53.95 24.63 -
YUV 167.86 97.6 71.04 -
System Red Green Blue C M Y K H S L
Decimal 88 219 114 0.60 0 0.48 0.14 131.91 0.65 0.6
Hex 58 DB 72 3C 0 30 E 84 41 3C
Octal 130 333 162 74 0 60 16 204 101 74
Binary 1011000 11011011 1110010 111100 0 110000 1110 10000100 1000001 111100

Color Harmonies of #58DB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DB72

Black with #58DB72

Text Example


Text Example

White with #58DB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58DB72;
 }
 .AnyTagClassName
 {
   color: #58DB72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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