Html Css Color HEX #5DB480 Silver Tree

📋 copy color: '#5DB480'

red 93 ◦ green 180 ◦ blue 128

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

Shades of Silver Tree #5DB480

Tints of Silver Tree #5DB480

RGB

 RED value IS 93 (36.72% from 255) = 23.19%

 GREEN value IS 180 (70.7% from 255) = 44.89%

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 23.19%
G = 44.89%
B = 31.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#5DB480 (or 0x5DB480) is known color: Silver Tree. HEX triplet: 5D, B4 and 80. RGB value is (93,180,128). Sum of RGB (Red+Green+Blue) = 93+180+128=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB480 is #A24B7F. Grayscale: #949494. Windows color (decimal): -10636160 or 8434781. OLE color: 8434781.

HSL color Cylindrical-coordinate representation of color #5DB480: hue angle of 144.14º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB480 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 180 128 -
CMYK 0.48 0 0.29 0.29
HSL 144.14º 0.37% 0.54% -
HSV(B) 144.14º 0.48% 0.71% -
XYZ 24.73 36.53 26.17 -
YUV 148.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 93 180 128 0.48 0 0.29 0.29 144.14 0.37 0.54
Hex 5D B4 80 30 0 1D 1D 90 25 36
Octal 135 264 200 60 0 35 35 220 45 66
Binary 1011101 10110100 10000000 110000 0 11101 11101 10010000 100101 110110

Color Harmonies of #5DB480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB480

Black with #5DB480

Text Example


Text Example

White with #5DB480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DB480; }

 p { color: rgb(93,180,128); }

 H1.HeaderClassName
 {
   color: #5DB480;
 }
 .AnyTagClassName
 {
   color: #5DB480;
 }
</style>

background-color css

<style>
 a { background-color: #5DB480; }

 a { background-color: rgb(93,180,128); }

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

border-color css

<style>
 span { border-color: #5DB480; }

 span { border-color: rgb(93,180,128); }

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