Html Css Color HEX #58DC94 Silver Tree

📋 copy color: '#58DC94'

red 88 ◦ green 220 ◦ blue 148

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

Shades of Silver Tree #58DC94

Tints of Silver Tree #58DC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.46%

R = 19.3%
G = 48.25%
B = 32.46%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#58DC94 (or 0x58DC94) is known color: Silver Tree. HEX triplet: 58, DC and 94. RGB value is (88,220,148). Sum of RGB (Red+Green+Blue) = 88+220+148=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DC94 is #A7236B. Grayscale: #ACACAC. Windows color (decimal): -10953580 or 9755736. OLE color: 9755736.

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

Color convert

RGB 88 220 148 -
CMYK 0.6 0 0.33 0.14
HSL 147.27º 0.65% 0.6% -
HSV(B) 147.27º 0.6% 0.86% -
XYZ 34.96 55.4 36.87 -
YUV 172.32 114.27 67.85 -
System Red Green Blue C M Y K H S L
Decimal 88 220 148 0.6 0 0.33 0.14 147.27 0.65 0.6
Hex 58 DC 94 3C 0 21 E 93 41 3C
Octal 130 334 224 74 0 41 16 223 101 74
Binary 1011000 11011100 10010100 111100 0 100001 1110 10010011 1000001 111100

Color Harmonies of #58DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DC94

Black with #58DC94

Text Example


Text Example

White with #58DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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