#5DB481

Color #5DB481 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #5DB481

Tints of Silver Tree #5DB481

Color information

#5DB481 (or 0x5DB481) is unknown color: approx Silver Tree. HEX triplet: 5D, B4 and 81. RGB value is (93,180,129). Sum of RGB (Red+Green+Blue) = 93+180+129=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB481 is #A24B7E. Grayscale: #949494. Windows color (decimal): -10636159 or 8500317. OLE color: 8500317.

HSL color Cylindrical-coordinate representation of color #5DB481: hue angle of 144.83º 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 #5DB481 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB93180129-
CMYK0.4800.280.29
HSL144.83º36.71%53.53%-
HSV(B)144.83º48.33%70.59%-
XYZ24.836.5526.52-
YUV148.17117.1888.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.13%
GREEN value IS 180 (70.70% from 255) = 44.78%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=23.13%
G=44.78%
B=32.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal931801290.4800.280.29144.8336.7153.53
Hex5DB4813001C1D912536
Octal13526420160034352214566
Binary101110110110100100000011100000111001110110010001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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