Html Css Color HEX #58DC74 Emerald

📋 copy color: '#58DC74'

red 88 ◦ green 220 ◦ blue 116

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

Shades of Emerald #58DC74

Tints of Emerald #58DC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.89%

 BLUE value IS 116 (45.7% from 255) = 27.36%

R = 20.75%
G = 51.89%
B = 27.36%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#58DC74 (or 0x58DC74) is known color: Emerald. HEX triplet: 58, DC and 74. RGB value is (88,220,116). Sum of RGB (Red+Green+Blue) = 88+220+116=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DC74 is #A7238B. Grayscale: #A8A8A8. Windows color (decimal): -10953612 or 7658584. OLE color: 7658584.

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

Color convert

RGB 88 220 116 -
CMYK 0.6 0 0.47 0.14
HSL 132.73º 0.65% 0.6% -
HSV(B) 132.73º 0.6% 0.86% -
XYZ 32.77 54.52 25.32 -
YUV 168.68 98.27 70.46 -
System Red Green Blue C M Y K H S L
Decimal 88 220 116 0.6 0 0.47 0.14 132.73 0.65 0.6
Hex 58 DC 74 3C 0 2F E 85 41 3C
Octal 130 334 164 74 0 57 16 205 101 74
Binary 1011000 11011100 1110100 111100 0 101111 1110 10000101 1000001 111100

Color Harmonies of #58DC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DC74

Black with #58DC74

Text Example


Text Example

White with #58DC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,220,116); }

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

background-color css

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

 a { background-color: rgb(88,220,116); }

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

border-color css

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

 span { border-color: rgb(88,220,116); }

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