#53D493

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

Shades of Silver Tree #53D493

Tints of Silver Tree #53D493

Color information

#53D493 (or 0x53D493) is unknown color: approx Silver Tree. HEX triplet: 53, D4 and 93. RGB value is (83,212,147). Sum of RGB (Red+Green+Blue) = 83+212+147=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #53D493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D493 is #AC2B6C. Grayscale: #A6A6A6. Windows color (decimal): -11283309 or 9688147. OLE color: 9688147.

HSL color Cylindrical-coordinate representation of color #53D493: hue angle of 149.77º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D493 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB83212147-
CMYK0.6100.310.17
HSL149.77º60%57.84%-
HSV(B)149.77º60.85%83.14%-
XYZ32.3851.0335.75-
YUV166.02117.2668.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.78%
GREEN value IS 212 (83.20% from 255) = 47.96%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=18.78%
G=47.96%
B=33.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal832121470.6100.310.17149.776057.84
Hex53D4933D01F11963c3a
Octal12332422375037212267472
Binary101001111010100100100111111010111111000110010110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,212,147); }

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

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

 a { background-color: rgb(83,212,147); }

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

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

 span { border-color: rgb(83,212,147); }

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