#53d492

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

Shades of Silver Tree #53D492

Tints of Silver Tree #53D492

Color information

#53D492 (or 0x53D492) is unknown color: approx Silver Tree. HEX triplet: 53, D4 and 92. RGB value is (83,212,146). Sum of RGB (Red+Green+Blue) = 83+212+146=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #53D492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D492 is #AC2B6D. Grayscale: #A6A6A6. Windows color (decimal): -11283310 or 9622611. OLE color: 9622611.

HSL color Cylindrical-coordinate representation of color #53D492: hue angle of 149.3º 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 #53D492 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB83212146-
CMYK0.6100.310.17
HSL149.3º60%57.84%-
HSV(B)149.3º60.85%83.14%-
XYZ32.35135.34-
YUV165.9116.7668.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.82%
GREEN value IS 212 (83.20% from 255) = 48.07%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=18.82%
G=48.07%
B=33.11%

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
Decimal832121460.6100.310.17149.36057.84
Hex53D4923D01F11953c3a
Octal12332422275037212257472
Binary101001111010100100100101111010111111000110010101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53d492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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