#53DA94

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

Shades of Silver Tree #53DA94

Tints of Silver Tree #53DA94

Color information

#53DA94 (or 0x53DA94) is unknown color: approx Silver Tree. HEX triplet: 53, DA and 94. RGB value is (83,218,148). Sum of RGB (Red+Green+Blue) = 83+218+148=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #53DA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DA94 is #AC256B. Grayscale: #A9A9A9. Windows color (decimal): -11281772 or 9755219. OLE color: 9755219.

HSL color Cylindrical-coordinate representation of color #53DA94: hue angle of 148.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DA94 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB83218148-
CMYK0.6200.320.15
HSL148.89º64.59%59.02%-
HSV(B)148.89º61.93%85.49%-
XYZ33.9854.1236.67-
YUV169.65115.7766.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.49%
GREEN value IS 218 (85.55% from 255) = 48.55%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=18.49%
G=48.55%
B=32.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal832181480.6200.320.15148.8964.5959.02
Hex53DA943E020F95413b
Octal123332224760401722510173
Binary1010011110110101001010011111001000001111100101011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53DA94; }

 p { color: rgb(83,218,148); }

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

<style>
 a { background-color: #53DA94; }

 a { background-color: rgb(83,218,148); }

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

<style>
 span { border-color: #53DA94; }

 span { border-color: rgb(83,218,148); }

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